Skip to content

Commit b6ca41a

Browse files
committed
updating NuPkg packages + nuking the Technology.Tests projects that are no longer relevant as today's @#$%^&* run-in with XAML/WPF (+ commercial closed source libraries used in Qiqqa. *great*) has put the last nail in the coffin: .NET will not feature anywhere where I'll be doing GUI work. It's not portable and has never been, and the combo of WPF+commercial UI library usage is total and utter crap.
1 parent cdf7155 commit b6ca41a

30 files changed

+355
-1143
lines changed

Qiqqa.sln

+16-824
Large diffs are not rendered by default.

Qiqqa/App.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</dependentAssembly>
1313
<dependentAssembly>
1414
<assemblyIdentity name="WinCopies.WindowsAPICodePack.Shell" publicKeyToken="a5d06180d9f8fba2" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-2.8.0.0" newVersion="2.8.0.0" />
15+
<bindingRedirect oldVersion="0.0.0.0-2.12.0.2" newVersion="2.12.0.2" />
1616
</dependentAssembly>
1717
<dependentAssembly>
1818
<assemblyIdentity name="WinCopies.WindowsAPICodePack.COMNative" publicKeyToken="ecca801a1abe31d1" culture="neutral" />

Qiqqa/Qiqqa.csproj

+34-34
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
<SpecificVersion>False</SpecificVersion>
131131
<HintPath>..\libs\GeckoFx-Windows-33.0-0.2\Geckofx-Winforms.dll</HintPath>
132132
</Reference>
133-
<Reference Include="HtmlAgilityPack, Version=1.11.36.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
134-
<HintPath>..\packages\HtmlAgilityPack.1.11.36\lib\Net45\HtmlAgilityPack.dll</HintPath>
133+
<Reference Include="HtmlAgilityPack, Version=1.11.46.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
134+
<HintPath>..\packages\HtmlAgilityPack.1.11.46\lib\Net45\HtmlAgilityPack.dll</HintPath>
135135
</Reference>
136136
<Reference Include="ICSharpCode.AvalonEdit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
137137
<SpecificVersion>False</SpecificVersion>
@@ -145,8 +145,8 @@
145145
<Reference Include="Ionic.Zip">
146146
<HintPath>..\libs\Ionic.Zip.dll</HintPath>
147147
</Reference>
148-
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
149-
<HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
148+
<Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
149+
<HintPath>..\packages\log4net.2.0.15\lib\net45\log4net.dll</HintPath>
150150
</Reference>
151151
<Reference Include="Microsoft.CSharp" />
152152
<Reference Include="Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
@@ -155,14 +155,14 @@
155155
<HintPath>..\libs\Microsoft.Office.Interop.Word.dll</HintPath>
156156
<Private>True</Private>
157157
</Reference>
158-
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.961.33, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
159-
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.961.33\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
158+
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1343.22, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
159+
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.1343.22\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
160160
</Reference>
161-
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.961.33, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
162-
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.961.33\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
161+
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1343.22, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
162+
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.1343.22\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
163163
</Reference>
164-
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.961.33, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
165-
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.961.33\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
164+
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1343.22, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
165+
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.1343.22\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
166166
</Reference>
167167
<Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
168168
<HintPath>..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
@@ -254,11 +254,11 @@
254254
<Reference Include="System.Data">
255255
<Name>System.Data</Name>
256256
</Reference>
257-
<Reference Include="System.Data.SqlClient, Version=4.6.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
258-
<HintPath>..\packages\System.Data.SqlClient.4.8.2\lib\net461\System.Data.SqlClient.dll</HintPath>
257+
<Reference Include="System.Data.SqlClient, Version=4.6.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
258+
<HintPath>..\packages\System.Data.SqlClient.4.8.3\lib\net461\System.Data.SqlClient.dll</HintPath>
259259
</Reference>
260-
<Reference Include="System.Data.SQLite, Version=1.0.115.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
261-
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>
260+
<Reference Include="System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
261+
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\lib\net46\System.Data.SQLite.dll</HintPath>
262262
</Reference>
263263
<Reference Include="System.Deployment" />
264264
<Reference Include="System.Drawing">
@@ -268,8 +268,8 @@
268268
<RequiredTargetFramework>3.5</RequiredTargetFramework>
269269
</Reference>
270270
<Reference Include="System.Printing" />
271-
<Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
272-
<HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
271+
<Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
272+
<HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
273273
</Reference>
274274
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
275275
<HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
@@ -303,26 +303,26 @@
303303
<Reference Include="UIAutomationProvider">
304304
<RequiredTargetFramework>3.0</RequiredTargetFramework>
305305
</Reference>
306-
<Reference Include="WinCopies.Util, Version=2.15.1.0, Culture=neutral, PublicKeyToken=cb02bf7a62cec965, processorArchitecture=MSIL">
307-
<HintPath>..\packages\WinCopies.Util.2.15.1\lib\net48\WinCopies.Util.dll</HintPath>
306+
<Reference Include="WinCopies.Util, Version=3.20.0.0, Culture=neutral, PublicKeyToken=b5104787c7414d1f, processorArchitecture=MSIL">
307+
<HintPath>..\packages\WinCopies.Util.3.20.0\lib\net48\WinCopies.Util.dll</HintPath>
308308
</Reference>
309-
<Reference Include="WinCopies.WindowsAPICodePack, Version=2.8.0.0, Culture=neutral, PublicKeyToken=7cede2e7a545acde, processorArchitecture=MSIL">
310-
<HintPath>..\packages\WinCopies.WindowsAPICodePack.2.8.0\lib\net48\WinCopies.WindowsAPICodePack.dll</HintPath>
309+
<Reference Include="WinCopies.WindowsAPICodePack, Version=2.12.0.0, Culture=neutral, PublicKeyToken=7cede2e7a545acde, processorArchitecture=MSIL">
310+
<HintPath>..\packages\WinCopies.WindowsAPICodePack.2.12.0\lib\net48\WinCopies.WindowsAPICodePack.dll</HintPath>
311311
</Reference>
312-
<Reference Include="WinCopies.WindowsAPICodePack.COMNative, Version=2.8.0.0, Culture=neutral, PublicKeyToken=ecca801a1abe31d1, processorArchitecture=MSIL">
313-
<HintPath>..\packages\WinCopies.WindowsAPICodePack.COMNative.2.8.0\lib\net48\WinCopies.WindowsAPICodePack.COMNative.dll</HintPath>
312+
<Reference Include="WinCopies.WindowsAPICodePack.COMNative, Version=2.12.0.0, Culture=neutral, PublicKeyToken=ecca801a1abe31d1, processorArchitecture=MSIL">
313+
<HintPath>..\packages\WinCopies.WindowsAPICodePack.COMNative.2.12.0\lib\net48\WinCopies.WindowsAPICodePack.COMNative.dll</HintPath>
314314
</Reference>
315-
<Reference Include="WinCopies.WindowsAPICodePack.Consts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=49443f23c9a81e6e, processorArchitecture=MSIL">
316-
<HintPath>..\packages\WinCopies.WindowsAPICodePack.Consts.2.8.0\lib\net48\WinCopies.WindowsAPICodePack.Consts.dll</HintPath>
315+
<Reference Include="WinCopies.WindowsAPICodePack.Consts, Version=2.12.0.0, Culture=neutral, PublicKeyToken=49443f23c9a81e6e, processorArchitecture=MSIL">
316+
<HintPath>..\packages\WinCopies.WindowsAPICodePack.Consts.2.12.0\lib\net48\WinCopies.WindowsAPICodePack.Consts.dll</HintPath>
317317
</Reference>
318-
<Reference Include="WinCopies.WindowsAPICodePack.Shell, Version=2.8.0.0, Culture=neutral, PublicKeyToken=a5d06180d9f8fba2, processorArchitecture=MSIL">
319-
<HintPath>..\packages\WinCopies.WindowsAPICodePack.Shell.2.8.0\lib\net48\WinCopies.WindowsAPICodePack.Shell.dll</HintPath>
318+
<Reference Include="WinCopies.WindowsAPICodePack.Shell, Version=2.12.0.2, Culture=neutral, PublicKeyToken=a5d06180d9f8fba2, processorArchitecture=MSIL">
319+
<HintPath>..\packages\WinCopies.WindowsAPICodePack.Shell.2.12.0.2\lib\net48\WinCopies.WindowsAPICodePack.Shell.dll</HintPath>
320320
</Reference>
321-
<Reference Include="WinCopies.WindowsAPICodePack.ShellExtensions, Version=2.3.0.0, Culture=neutral, PublicKeyToken=bbf48980819ff167, processorArchitecture=MSIL">
322-
<HintPath>..\packages\WinCopies.WindowsAPICodePack.ShellExtensions.2.3.0\lib\net48\WinCopies.WindowsAPICodePack.ShellExtensions.dll</HintPath>
321+
<Reference Include="WinCopies.WindowsAPICodePack.ShellExtensions, Version=2.12.0.1, Culture=neutral, PublicKeyToken=bbf48980819ff167, processorArchitecture=MSIL">
322+
<HintPath>..\packages\WinCopies.WindowsAPICodePack.ShellExtensions.2.12.0.1\lib\net48\WinCopies.WindowsAPICodePack.ShellExtensions.dll</HintPath>
323323
</Reference>
324-
<Reference Include="WinCopies.WindowsAPICodePack.Win32Native, Version=2.8.0.0, Culture=neutral, PublicKeyToken=ac0f4cf54a027a4d, processorArchitecture=MSIL">
325-
<HintPath>..\packages\WinCopies.WindowsAPICodePack.Win32Native.2.8.0\lib\net48\WinCopies.WindowsAPICodePack.Win32Native.dll</HintPath>
324+
<Reference Include="WinCopies.WindowsAPICodePack.Win32Native, Version=2.12.0.0, Culture=neutral, PublicKeyToken=ac0f4cf54a027a4d, processorArchitecture=MSIL">
325+
<HintPath>..\packages\WinCopies.WindowsAPICodePack.Win32Native.2.12.0\lib\net48\WinCopies.WindowsAPICodePack.Win32Native.dll</HintPath>
326326
</Reference>
327327
<Reference Include="WindowsBase">
328328
<RequiredTargetFramework>3.0</RequiredTargetFramework>
@@ -5286,13 +5286,13 @@
52865286
<PropertyGroup>
52875287
<PreBuildEvent>$(SolutionDir)Qiqqa.Build\copy_mupdf_binaries.cmd $(TargetDir) $(ConfigurationName) $(ProjectDir)</PreBuildEvent>
52885288
</PropertyGroup>
5289-
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.961.33\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.961.33\build\Microsoft.Web.WebView2.targets')" />
5289+
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.1343.22\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.1343.22\build\Microsoft.Web.WebView2.targets')" />
52905290
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
52915291
<PropertyGroup>
52925292
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
52935293
</PropertyGroup>
5294-
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.961.33\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.961.33\build\Microsoft.Web.WebView2.targets'))" />
5295-
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
5294+
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.1343.22\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.1343.22\build\Microsoft.Web.WebView2.targets'))" />
5295+
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
52965296
</Target>
5297-
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.115.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
5297+
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.116.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
52985298
</Project>

Qiqqa/packages.config

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AlphaFS" version="2.2.6" targetFramework="net472" />
4-
<package id="HtmlAgilityPack" version="1.11.36" targetFramework="net48" />
5-
<package id="log4net" version="2.0.12" targetFramework="net48" />
6-
<package id="Microsoft.Web.WebView2" version="1.0.961.33" targetFramework="net48" />
4+
<package id="HtmlAgilityPack" version="1.11.46" targetFramework="net48" />
5+
<package id="log4net" version="2.0.15" targetFramework="net48" />
6+
<package id="Microsoft.Web.WebView2" version="1.0.1343.22" targetFramework="net48" />
77
<package id="Microsoft.Win32.Registry" version="5.0.0" targetFramework="net48" />
88
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
99
<package id="PDFsharp-wpf" version="1.51.5185-beta" targetFramework="net472" />
10-
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.115.0" targetFramework="net48" />
11-
<package id="System.Data.SqlClient" version="4.8.2" targetFramework="net48" />
12-
<package id="System.Data.SQLite.Core" version="1.0.115.0" targetFramework="net48" />
13-
<package id="System.Security.AccessControl" version="5.0.0" targetFramework="net48" />
10+
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.116.0" targetFramework="net48" />
11+
<package id="System.Data.SqlClient" version="4.8.3" targetFramework="net48" />
12+
<package id="System.Data.SQLite.Core" version="1.0.116.0" targetFramework="net48" />
13+
<package id="System.Security.AccessControl" version="6.0.0" targetFramework="net48" />
1414
<package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net48" />
15-
<package id="WinCopies.Util" version="2.15.1" targetFramework="net48" />
16-
<package id="WinCopies.WindowsAPICodePack" version="2.8.0" targetFramework="net48" />
17-
<package id="WinCopies.WindowsAPICodePack.COMNative" version="2.8.0" targetFramework="net48" />
18-
<package id="WinCopies.WindowsAPICodePack.Consts" version="2.8.0" targetFramework="net48" />
19-
<package id="WinCopies.WindowsAPICodePack.Shell" version="2.8.0" targetFramework="net48" />
20-
<package id="WinCopies.WindowsAPICodePack.ShellExtensions" version="2.3.0" targetFramework="net48" />
21-
<package id="WinCopies.WindowsAPICodePack.Win32Native" version="2.8.0" targetFramework="net48" />
15+
<package id="WinCopies.Util" version="3.20.0" targetFramework="net48" />
16+
<package id="WinCopies.WindowsAPICodePack" version="2.12.0" targetFramework="net48" />
17+
<package id="WinCopies.WindowsAPICodePack.COMNative" version="2.12.0" targetFramework="net48" />
18+
<package id="WinCopies.WindowsAPICodePack.Consts" version="2.12.0" targetFramework="net48" />
19+
<package id="WinCopies.WindowsAPICodePack.Shell" version="2.12.0.2" targetFramework="net48" />
20+
<package id="WinCopies.WindowsAPICodePack.ShellExtensions" version="2.12.0.1" targetFramework="net48" />
21+
<package id="WinCopies.WindowsAPICodePack.Win32Native" version="2.12.0" targetFramework="net48" />
2222
</packages>

QiqqaLegacyFileFormats/QiqqaLegacyFileFormats.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@
141141
</Reference>
142142
<Reference Include="PresentationCore" />
143143
<Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
144-
<HintPath>..\packages\protobuf-net.3.0.101\lib\net461\protobuf-net.dll</HintPath>
144+
<HintPath>..\packages\protobuf-net.3.1.17\lib\net461\protobuf-net.dll</HintPath>
145145
</Reference>
146146
<Reference Include="protobuf-net.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
147-
<HintPath>..\packages\protobuf-net.Core.3.0.101\lib\net461\protobuf-net.Core.dll</HintPath>
147+
<HintPath>..\packages\protobuf-net.Core.3.1.17\lib\net461\protobuf-net.Core.dll</HintPath>
148148
</Reference>
149149
<Reference Include="System">
150150
<Name>System</Name>
@@ -153,8 +153,8 @@
153153
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
154154
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
155155
</Reference>
156-
<Reference Include="System.Collections.Immutable, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
157-
<HintPath>..\packages\System.Collections.Immutable.5.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
156+
<Reference Include="System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
157+
<HintPath>..\packages\System.Collections.Immutable.6.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
158158
</Reference>
159159
<Reference Include="System.Configuration" />
160160
<Reference Include="System.Core">
@@ -170,16 +170,16 @@
170170
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Drawing.dll</HintPath>
171171
</Reference>
172172
<Reference Include="System.IdentityModel" />
173-
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
174-
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
173+
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
174+
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
175175
</Reference>
176176
<Reference Include="System.Numerics" />
177177
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
178178
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
179179
</Reference>
180180
<Reference Include="System.Printing" />
181-
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
182-
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
181+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
182+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
183183
</Reference>
184184
<Reference Include="System.Runtime.Serialization" />
185185
<Reference Include="System.ServiceModel" />

0 commit comments

Comments
 (0)