nice-businessperson-16226
03/03/2020, 11:49 AMtall-librarian-49374
03/03/2020, 11:54 AMcsproj
file? You should only have one reference there like:
<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="1.14.0-preview" />
</ItemGroup>
nice-businessperson-16226
03/03/2020, 12:00 PM<Project Sdk="<http://Microsoft.NET|Microsoft.NET>.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi.Azure" Version="1.14.0-preview" />
</ItemGroup>
</Project>
tall-librarian-49374
03/03/2020, 12:21 PMnice-businessperson-16226
03/03/2020, 12:22 PMtall-librarian-49374
03/03/2020, 12:22 PMnice-businessperson-16226
03/03/2020, 12:25 PMtall-librarian-49374
03/03/2020, 12:26 PMnice-businessperson-16226
03/03/2020, 12:38 PM