dotnet-core/samples/helloworld/helloworld.csproj
2019-03-03 22:48:21 -08:00

6 lines
162 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
</Project>