Skip to content

Commit b36217e

Browse files
committed
Update dependencies
1 parent d64348c commit b36217e

File tree

3 files changed

+50
-28
lines changed

3 files changed

+50
-28
lines changed

App.config

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@
1919
</dependentAssembly>
2020
<dependentAssembly>
2121
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
22-
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
22+
<bindingRedirect oldVersion="0.0.0.0-4.1.1.1" newVersion="4.1.1.1" />
2323
</dependentAssembly>
2424
<dependentAssembly>
2525
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
2626
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
2727
</dependentAssembly>
28+
<dependentAssembly>
29+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
30+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
31+
</dependentAssembly>
2832
</assemblyBinding>
2933
</runtime>
3034
</configuration>

packages.config

+16-12
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
<packages>
33
<package id="Costura.Fody" version="5.7.0" targetFramework="net472" developmentDependency="true" />
44
<package id="Fody" version="6.6.4" targetFramework="net472" developmentDependency="true" />
5-
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net472" />
5+
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net472" />
66
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net472" />
7-
<package id="NETStandard.Library" version="1.6.1" targetFramework="net472" />
7+
<package id="NETStandard.Library" version="2.0.3" targetFramework="net472" />
88
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
99
<package id="System.AppContext" version="4.3.0" targetFramework="net472" />
10+
<package id="System.Console" version="4.3.1" targetFramework="net472" />
11+
<package id="System.Diagnostics.DiagnosticSource" version="7.0.0" targetFramework="net472" />
12+
<package id="System.Runtime.Extensions" version="4.3.1" targetFramework="net472" />
13+
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net472" />
14+
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net472" />
15+
<package id="System.Xml.ReaderWriter" version="4.3.1" targetFramework="net472" />
16+
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
17+
<package id="System.Net.Primitives" version="4.3.1" targetFramework="net472" />
18+
<package id="System.Runtime" version="4.3.1" targetFramework="net472" />
19+
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
1020
<package id="System.Collections" version="4.3.0" targetFramework="net472" />
1121
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net472" />
12-
<package id="System.Console" version="4.3.0" targetFramework="net472" />
1322
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net472" />
14-
<package id="System.Diagnostics.DiagnosticSource" version="4.3.0" targetFramework="net472" />
1523
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net472" />
1624
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net472" />
1725
<package id="System.Globalization" version="4.3.0" targetFramework="net472" />
@@ -23,30 +31,26 @@
2331
<package id="System.IO.FileSystem.Primitives" version="4.3.0" targetFramework="net472" />
2432
<package id="System.Linq" version="4.3.0" targetFramework="net472" />
2533
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net472" />
26-
<package id="System.Net.Http" version="4.3.0" targetFramework="net472" />
27-
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net472" />
34+
<package id="System.Net.Http" version="4.3.4" targetFramework="net472" />
2835
<package id="System.Net.Sockets" version="4.3.0" targetFramework="net472" />
36+
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
2937
<package id="System.ObjectModel" version="4.3.0" targetFramework="net472" />
3038
<package id="System.Reflection" version="4.3.0" targetFramework="net472" />
3139
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net472" />
3240
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net472" />
3341
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net472" />
34-
<package id="System.Runtime" version="4.3.0" targetFramework="net472" />
35-
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net472" />
42+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" />
3643
<package id="System.Runtime.Handles" version="4.3.0" targetFramework="net472" />
3744
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net472" />
3845
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" />
3946
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net472" />
40-
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net472" />
4147
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" />
4248
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" />
43-
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net472" />
4449
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net472" />
4550
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net472" />
46-
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net472" />
51+
<package id="System.Text.RegularExpressions" version="4.3.1" targetFramework="net472" />
4752
<package id="System.Threading" version="4.3.0" targetFramework="net472" />
4853
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net472" />
4954
<package id="System.Threading.Timer" version="4.3.0" targetFramework="net472" />
50-
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net472" />
5155
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net472" />
5256
</packages>

rdp-portal.csproj

+29-15
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@
5656
<Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
5757
<HintPath>packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
5858
</Reference>
59+
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
60+
<HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
61+
</Reference>
5962
<Reference Include="System.ComponentModel.Composition" />
60-
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
61-
<HintPath>packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
63+
<Reference Include="System.Console, Version=4.0.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
64+
<HintPath>packages\System.Console.4.3.1\lib\net46\System.Console.dll</HintPath>
6265
</Reference>
6366
<Reference Include="System.Core" />
64-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
65-
<HintPath>packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
67+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
68+
<HintPath>packages\System.Diagnostics.DiagnosticSource.7.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
6669
</Reference>
6770
<Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
6871
<HintPath>packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
@@ -92,21 +95,30 @@
9295
<Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
9396
<HintPath>packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
9497
</Reference>
95-
<Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
96-
<HintPath>packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
98+
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
99+
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
100+
</Reference>
101+
<Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
102+
<HintPath>packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
97103
</Reference>
98104
<Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
99105
<HintPath>packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
100106
</Reference>
101107
<Reference Include="System.Numerics" />
108+
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
109+
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
110+
</Reference>
102111
<Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
103112
<HintPath>packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
104113
</Reference>
105-
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
106-
<HintPath>packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
114+
<Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
115+
<HintPath>packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
116+
</Reference>
117+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
118+
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
107119
</Reference>
108-
<Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
109-
<HintPath>packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
120+
<Reference Include="System.Runtime.Extensions, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
121+
<HintPath>packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll</HintPath>
110122
</Reference>
111123
<Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
112124
<HintPath>packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
@@ -115,19 +127,19 @@
115127
<HintPath>packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
116128
</Reference>
117129
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
118-
<HintPath>packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
130+
<HintPath>packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
119131
</Reference>
120132
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
121133
<HintPath>packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
122134
</Reference>
123135
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
124136
<HintPath>packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
125137
</Reference>
126-
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127-
<HintPath>packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
138+
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
139+
<HintPath>packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
128140
</Reference>
129141
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
130-
<HintPath>packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
142+
<HintPath>packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
131143
</Reference>
132144
<Reference Include="System.Xml.Linq" />
133145
<Reference Include="System.Data.DataSetExtensions" />
@@ -138,7 +150,7 @@
138150
<Reference Include="System.Windows.Forms" />
139151
<Reference Include="System.Xml" />
140152
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
141-
<HintPath>packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
153+
<HintPath>packages\System.Xml.ReaderWriter.4.3.1\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
142154
</Reference>
143155
</ItemGroup>
144156
<ItemGroup>
@@ -207,7 +219,9 @@
207219
<Error Condition="!Exists('packages\Fody.6.6.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.6.4\build\Fody.targets'))" />
208220
<Error Condition="!Exists('packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.5.7.0\build\Costura.Fody.props'))" />
209221
<Error Condition="!Exists('packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.5.7.0\build\Costura.Fody.targets'))" />
222+
<Error Condition="!Exists('packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />
210223
</Target>
211224
<Import Project="packages\Costura.Fody.5.7.0\build\Costura.Fody.targets" Condition="Exists('packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" />
225+
<Import Project="packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
212226

213227
</Project>

0 commit comments

Comments
 (0)