|
|
|
@ -1,10 +1,11 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFrameworks>net45;netcoreapp1.1;netcoreapp2.0</TargetFrameworks> |
|
|
|
<RuntimeIdentifiers>win7-x64;win-7x86;ubuntu.16.10-x64</RuntimeIdentifiers> |
|
|
|
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion> |
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<IsPackable>false</IsPackable> |
|
|
|
<NoWarn>FS0044;FS2003</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
|