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

13 lines
290 B
XML

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