Upgrade to Framework 4.7

This commit is contained in:
2025-02-23 07:45:55 -05:00
parent b068265990
commit 289f1af21e
13 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="market_data" value="Database=market_data;Datasource=localhost;Username=root;Password=dbas"/> <add key="market_data" value="Database=market_data;Datasource=localhost;Username=root;Password=dbas"/>
@@ -9,6 +9,6 @@
<add key="sms_smsrecipients" value="6315252496@vtext.com"/> <add key="sms_smsrecipients" value="6315252496@vtext.com"/>
</appSettings> </appSettings>
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup> </startup>
</configuration> </configuration>

View File

@@ -1,8 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Http; using System.Web.Http;
using MarketDataServer.Authorization; using MarketDataServer.Authorization;

View File

@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MarketDataServer</RootNamespace> <RootNamespace>MarketDataServer</RootNamespace>
<AssemblyName>MarketDataServer</AssemblyName> <AssemblyName>MarketDataServer</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -9,7 +9,7 @@
<add key="sms_smsrecipients" value="6315252496@vtext.com" /> <add key="sms_smsrecipients" value="6315252496@vtext.com" />
</appSettings> </appSettings>
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup> </startup>
<runtime> <runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

Binary file not shown.

Binary file not shown.

Binary file not shown.