|
@@ -3,7 +3,7 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<DebugType>Full</DebugType> |
|
|
<DebugType>Full</DebugType> |
|
|
<TargetFramework Condition=" '$(OS)' == 'Windows_NT' ">net461</TargetFramework> |
|
|
|
|
|
|
|
|
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netcoreapp2.1</TargetFrameworks> |
|
|
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.1</TargetFramework> |
|
|
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.1</TargetFramework> |
|
|
<LangVersion>7.2</LangVersion> |
|
|
<LangVersion>7.2</LangVersion> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|