Changed target dotnet version to 4.6.1

This commit is contained in:
2018-11-24 13:23:02 -05:00
parent 44e3389e0b
commit a16ea4621b
7 changed files with 15 additions and 9 deletions

View File

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