Upgraded to .net 4.7.2, and fixed issue with the site location being set wrongly

This commit is contained in:
2021-01-07 19:28:46 +00:00
parent a59ecaf21d
commit ca0028f08d
9 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
<section name="ASCOM.DeviceName.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>