pulumi/tests/integration/stack_reference/dotnet/StackReference.csproj

13 lines
283 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);step*\**</DefaultItemExcludes>
</PropertyGroup>
</Project>