|
@@ -3,6 +3,7 @@
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
|
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
|
|
|
|
+ <LangVersion>latest</LangVersion>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|