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

6 lines
168 B
XML

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