dotnet-core/samples/helloworldasync/helloworld.csproj
2019-03-08 04:14:16 -08:00

9 lines
205 B
XML

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