Upgrade from .NET4.5 to .NET4.6

Because we might use dependencies soon that require this framework.
And anyway these days the .NET world is mostly a hybrid between
.NETStandard/.NETCore libs and .NET4.6 ones, not older than that.
This commit is contained in:
Afshin Arani 2020-04-05 03:11:45 +08:00 committed by Andres G. Aragoneses
parent 6b35857923
commit 709e5be7cc
7 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
</configuration>