pulumi/tests/integration/get_resource/dotnet/GetResource.csproj

13 lines
266 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi.Random" Version="2.*" />
</ItemGroup>
</Project>