dotnet-core/samples/helloworldasync/helloworld.csproj
Sławomir Bryś 8c17d2b7fc Added 'async Main' helloworld example. (#1394)
* Added 'async Main' helloworld example.

* Removed conditions in property groups.

* Mark project as C# 7.1 explicit.

* Tabify .cs file.

* Corrected tabs.
2018-04-02 22:28:05 -07:00

8 lines
198 B
XML

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