Bump to .NET Framework 4.8 (#1210)

This commit is contained in:
Łukasz Domeradzki
2019-08-01 23:31:07 +02:00
committed by GitHub
parent 8e036d00ce
commit 38e227b298
4 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' == 'Windows_NT' OR '$(ASFNetFramework)' != ''">
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp2.2;net48</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' != 'Windows_NT' AND '$(ASFNetFramework)' == ''">