7 lines
213 B
XML
7 lines
213 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||
|
<AssemblyName>consoledemo</AssemblyName>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|