9 lines
172 B
XML
9 lines
172 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|