github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/transpiled_examples/random-pp/dotnet/dotnet.csproj (about) 1 <Project Sdk="Microsoft.NET.Sdk"> 2 3 <PropertyGroup> 4 <OutputType>Exe</OutputType> 5 <TargetFramework>net6.0</TargetFramework> 6 <ImplicitUsings>enable</ImplicitUsings> 7 <Nullable>enable</Nullable> 8 </PropertyGroup> 9 10 <ItemGroup> 11 <PackageReference Include="Pulumi.Random" Version="4.2.0" /> 12 </ItemGroup> 13 14 </Project>