Skip to content

Commit d665779

Browse files
author
Ariel Silahian
committed
packages upgrade
1 parent 0f55539 commit d665779

5 files changed

Lines changed: 45 additions & 45 deletions

File tree

VisualHFT.Commons/VisualHFT.Commons.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="log4net" Version="3.2.0" />
15-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.1" />
1616
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
17-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0" />
17+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.1" />
1818
</ItemGroup>
1919

2020
</Project>

VisualHFT.Plugins/Studies.MarketResilience/Studies.MarketResilience.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.Text.Json" Version="10.0.0" />
11+
<PackageReference Include="System.Text.Json" Version="10.0.1" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

demoTradingCore/App.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</dependentAssembly>
2222
<dependentAssembly>
2323
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
24-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.10" newVersion="9.0.0.10" />
24+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.1" newVersion="10.0.0.1" />
2525
</dependentAssembly>
2626
<dependentAssembly>
2727
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
@@ -53,31 +53,31 @@
5353
</dependentAssembly>
5454
<dependentAssembly>
5555
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
56-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.10" newVersion="9.0.0.10" />
56+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.1" newVersion="10.0.0.1" />
5757
</dependentAssembly>
5858
<dependentAssembly>
5959
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" />
60-
<bindingRedirect oldVersion="0.0.0.0-8.14.0.0" newVersion="8.14.0.0" />
60+
<bindingRedirect oldVersion="0.0.0.0-8.15.0.0" newVersion="8.15.0.0" />
6161
</dependentAssembly>
6262
<dependentAssembly>
6363
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
64-
<bindingRedirect oldVersion="0.0.0.0-8.14.0.0" newVersion="8.14.0.0" />
64+
<bindingRedirect oldVersion="0.0.0.0-8.15.0.0" newVersion="8.15.0.0" />
6565
</dependentAssembly>
6666
<dependentAssembly>
6767
<assemblyIdentity name="Microsoft.Bcl.TimeProvider" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
68-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.10" newVersion="9.0.0.10" />
68+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.1" newVersion="10.0.0.1" />
6969
</dependentAssembly>
7070
<dependentAssembly>
7171
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
72-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.10" newVersion="9.0.0.10" />
72+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.1" newVersion="10.0.0.1" />
7373
</dependentAssembly>
7474
<dependentAssembly>
7575
<assemblyIdentity name="Microsoft.Bcl.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
7676
<bindingRedirect oldVersion="0.0.0.0-9.0.0.4" newVersion="9.0.0.4" />
7777
</dependentAssembly>
7878
<dependentAssembly>
7979
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
80-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.10" newVersion="9.0.0.10" />
80+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.1" newVersion="10.0.0.1" />
8181
</dependentAssembly>
8282
</assemblyBinding>
8383
</runtime>

demoTradingCore/demoTradingCore.csproj

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@
5151
<Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.4.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5252
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.4.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
54+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
5656
</Reference>
57-
<Reference Include="Microsoft.Bcl.Memory, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Microsoft.Bcl.Memory.10.0.0\lib\net462\Microsoft.Bcl.Memory.dll</HintPath>
57+
<Reference Include="Microsoft.Bcl.Memory, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
58+
<HintPath>..\packages\Microsoft.Bcl.Memory.10.0.1\lib\net462\Microsoft.Bcl.Memory.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Microsoft.Bcl.TimeProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
61-
<HintPath>..\packages\Microsoft.Bcl.TimeProvider.10.0.0\lib\net462\Microsoft.Bcl.TimeProvider.dll</HintPath>
60+
<Reference Include="Microsoft.Bcl.TimeProvider, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
61+
<HintPath>..\packages\Microsoft.Bcl.TimeProvider.10.0.1\lib\net462\Microsoft.Bcl.TimeProvider.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
64-
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
63+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
64+
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
67-
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
66+
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
67+
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
6868
</Reference>
6969
<Reference Include="Microsoft.Identity.Abstractions, Version=9.6.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
7070
<HintPath>..\packages\Microsoft.Identity.Abstractions.9.6.0\lib\net462\Microsoft.Identity.Abstractions.dll</HintPath>
@@ -85,7 +85,7 @@
8585
<HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
8686
</Reference>
8787
<Reference Include="NLog, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
88-
<HintPath>..\packages\NLog.6.0.6\lib\net46\NLog.dll</HintPath>
88+
<HintPath>..\packages\NLog.6.0.7\lib\net46\NLog.dll</HintPath>
8989
</Reference>
9090
<Reference Include="SocketIO.Core, Version=3.1.2.0, Culture=neutral, PublicKeyToken=c9a3629195a82104, processorArchitecture=MSIL">
9191
<HintPath>..\packages\SocketIO.Core.3.1.2\lib\netstandard2.0\SocketIO.Core.dll</HintPath>
@@ -105,22 +105,22 @@
105105
</Reference>
106106
<Reference Include="System.ComponentModel.DataAnnotations" />
107107
<Reference Include="System.Configuration" />
108-
<Reference Include="System.Configuration.ConfigurationManager, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
109-
<HintPath>..\packages\System.Configuration.ConfigurationManager.10.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
108+
<Reference Include="System.Configuration.ConfigurationManager, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
109+
<HintPath>..\packages\System.Configuration.ConfigurationManager.10.0.1\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
110110
</Reference>
111111
<Reference Include="System.Core" />
112112
<Reference Include="System.Data.Entity" />
113113
<Reference Include="System.Data.OracleClient" />
114-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
115-
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.10.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
114+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
115+
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.10.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
116116
</Reference>
117117
<Reference Include="System.DirectoryServices" />
118118
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
119119
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.15.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
120120
</Reference>
121121
<Reference Include="System.IO.Compression" />
122-
<Reference Include="System.IO.Pipelines, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
123-
<HintPath>..\packages\System.IO.Pipelines.10.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
122+
<Reference Include="System.IO.Pipelines, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
123+
<HintPath>..\packages\System.IO.Pipelines.10.0.1\lib\net462\System.IO.Pipelines.dll</HintPath>
124124
</Reference>
125125
<Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
126126
<HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
@@ -142,19 +142,19 @@
142142
<Reference Include="System.Security.AccessControl, Version=6.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
143143
<HintPath>..\packages\System.Security.AccessControl.6.0.1\lib\net461\System.Security.AccessControl.dll</HintPath>
144144
</Reference>
145-
<Reference Include="System.Security.Permissions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
146-
<HintPath>..\packages\System.Security.Permissions.10.0.0\lib\net462\System.Security.Permissions.dll</HintPath>
145+
<Reference Include="System.Security.Permissions, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
146+
<HintPath>..\packages\System.Security.Permissions.10.0.1\lib\net462\System.Security.Permissions.dll</HintPath>
147147
</Reference>
148148
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
149149
<HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
150150
</Reference>
151151
<Reference Include="System.ServiceModel" />
152152
<Reference Include="System.ServiceProcess" />
153-
<Reference Include="System.Text.Encodings.Web, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
154-
<HintPath>..\packages\System.Text.Encodings.Web.10.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
153+
<Reference Include="System.Text.Encodings.Web, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
154+
<HintPath>..\packages\System.Text.Encodings.Web.10.0.1\lib\net462\System.Text.Encodings.Web.dll</HintPath>
155155
</Reference>
156-
<Reference Include="System.Text.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
157-
<HintPath>..\packages\System.Text.Json.10.0.0\lib\net462\System.Text.Json.dll</HintPath>
156+
<Reference Include="System.Text.Json, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
157+
<HintPath>..\packages\System.Text.Json.10.0.1\lib\net462\System.Text.Json.dll</HintPath>
158158
</Reference>
159159
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
160160
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>

demoTradingCore/packages.config

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@
44
<package id="DigitalRuby.ExchangeSharp" version="1.2.1" targetFramework="net472" />
55
<package id="EntityFramework" version="6.5.1" targetFramework="net472" />
66
<package id="Microsoft.AspNet.SignalR.Client" version="2.4.3" targetFramework="net472" />
7-
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.0" targetFramework="net472" />
8-
<package id="Microsoft.Bcl.Memory" version="10.0.0" targetFramework="net472" />
9-
<package id="Microsoft.Bcl.TimeProvider" version="10.0.0" targetFramework="net472" />
10-
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="10.0.0" targetFramework="net472" />
11-
<package id="Microsoft.Extensions.Logging.Abstractions" version="10.0.0" targetFramework="net472" />
7+
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.1" targetFramework="net472" />
8+
<package id="Microsoft.Bcl.Memory" version="10.0.1" targetFramework="net472" />
9+
<package id="Microsoft.Bcl.TimeProvider" version="10.0.1" targetFramework="net472" />
10+
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="10.0.1" targetFramework="net472" />
11+
<package id="Microsoft.Extensions.Logging.Abstractions" version="10.0.1" targetFramework="net472" />
1212
<package id="Microsoft.Identity.Abstractions" version="9.6.0" targetFramework="net472" />
1313
<package id="Microsoft.IdentityModel.Abstractions" version="8.15.0" targetFramework="net472" />
1414
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.15.0" targetFramework="net472" />
1515
<package id="Microsoft.IdentityModel.Logging" version="8.15.0" targetFramework="net472" />
1616
<package id="Microsoft.IdentityModel.Tokens" version="8.15.0" targetFramework="net472" />
1717
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net472" />
18-
<package id="NLog" version="6.0.6" targetFramework="net472" />
18+
<package id="NLog" version="6.0.7" targetFramework="net472" />
1919
<package id="SocketIO.Core" version="3.1.2" targetFramework="net472" />
2020
<package id="SocketIO.Serializer.Core" version="3.1.2" targetFramework="net472" />
2121
<package id="SocketIO.Serializer.SystemTextJson" version="3.1.2" targetFramework="net472" />
2222
<package id="SocketIOClient" version="3.1.2" targetFramework="net472" />
2323
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
2424
<package id="System.Collections" version="4.3.0" targetFramework="net472" />
2525
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net472" />
26-
<package id="System.Configuration.ConfigurationManager" version="10.0.0" targetFramework="net472" />
27-
<package id="System.Diagnostics.DiagnosticSource" version="10.0.0" targetFramework="net472" />
26+
<package id="System.Configuration.ConfigurationManager" version="10.0.1" targetFramework="net472" />
27+
<package id="System.Diagnostics.DiagnosticSource" version="10.0.1" targetFramework="net472" />
2828
<package id="System.IdentityModel.Tokens.Jwt" version="8.15.0" targetFramework="net472" />
29-
<package id="System.IO.Pipelines" version="10.0.0" targetFramework="net472" />
29+
<package id="System.IO.Pipelines" version="10.0.1" targetFramework="net472" />
3030
<package id="System.Memory" version="4.6.3" targetFramework="net472" />
3131
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net472" />
3232
<package id="System.Reactive" version="6.1.0" targetFramework="net472" />
3333
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net472" />
3434
<package id="System.Security.AccessControl" version="6.0.1" targetFramework="net472" />
35-
<package id="System.Security.Permissions" version="10.0.0" targetFramework="net472" />
35+
<package id="System.Security.Permissions" version="10.0.1" targetFramework="net472" />
3636
<package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net472" />
37-
<package id="System.Text.Encodings.Web" version="10.0.0" targetFramework="net472" />
38-
<package id="System.Text.Json" version="10.0.0" targetFramework="net472" />
37+
<package id="System.Text.Encodings.Web" version="10.0.1" targetFramework="net472" />
38+
<package id="System.Text.Json" version="10.0.1" targetFramework="net472" />
3939
<package id="System.Threading.Tasks.Extensions" version="4.6.3" targetFramework="net472" />
4040
<package id="System.ValueTuple" version="4.6.1" targetFramework="net472" />
4141
<package id="WatsonWebsocket" version="4.1.7" targetFramework="net472" />

0 commit comments

Comments
 (0)