12 lines
327 B
XML
12 lines
327 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
<SignAssembly>false</SignAssembly>
|
|
<LangVersion>7.1</LangVersion>
|
|
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|