0
0
llucycodes42
This code creates an executable project that targets the Microsoft.NET Core 1.0 framework.
Shortcut: csproj_1.0
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.0</TargetFramework>
</PropertyGroup>
</Project>