pulumi/tests/integration/construct_component/dotnet/ConstructComponent.csproj
2020-10-06 10:19:22 -07:00

10 lines
202 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>