.NET Core 3.1 (#1535)

* .NET Core 3.1

* Misc
This commit is contained in:
Łukasz Domeradzki
2019-12-04 18:33:51 +01:00
committed by GitHub
parent fcf619340f
commit 44e062bce0
10 changed files with 26 additions and 26 deletions

View File

@@ -18,11 +18,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' == 'Windows_NT' OR '$(ASFNetFramework)' != ''">
<TargetFrameworks>netcoreapp3.0;net48</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net48</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' != 'Windows_NT' AND '$(ASFNetFramework)' == ''">
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">