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

13 lines
259 B
XML

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