dotnet-core/samples/helloworld/helloworld.csproj

9 lines
170 B
XML
Raw Normal View History

2019-03-04 07:48:21 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2019-03-08 13:14:16 +01:00
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
</Project>