Skip to content

Commit 4090b28

Browse files
Switch samples from source reference to Nuget package reference (currently alpha1)
You need at least https://dist.nuget.org/visualstudio-2015-vsix/v3.6.0/NuGet.Tools.vsix in VS 2015. Also see #184 (comment)
1 parent 941d128 commit 4090b28

55 files changed

Lines changed: 3271 additions & 753 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/ICSharpCode.SharpZipLib.Samples/Samples.sln

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,22 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CS", "CS", "{07E37AC9-4F01-4D1D-B5CB-6524CA36D22A}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VB", "VB", "{F2D07126-17F2-4EBE-910D-B3838DA7C6D3}"
99
EndProject
1010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CreateZipFile", "vb\CreateZipFile\CreateZipFile.vbproj", "{1B2FD768-E530-45B7-B14F-AE5D07B24485}"
11-
ProjectSection(ProjectDependencies) = postProject
12-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD} = {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}
13-
EndProjectSection
1411
EndProject
1512
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "minibzip2", "vb\minibzip2\minibzip2.vbproj", "{E4AFB41C-DDBB-44AD-9D64-304B7FEE66C9}"
16-
ProjectSection(ProjectDependencies) = postProject
17-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD} = {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}
18-
EndProjectSection
1913
EndProject
2014
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ViewZipFile", "vb\viewzipfile\ViewZipFile.vbproj", "{DB53264C-64AD-4B43-91A9-F5325561C77B}"
21-
ProjectSection(ProjectDependencies) = postProject
22-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD} = {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}
23-
EndProjectSection
2415
EndProject
2516
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ZipFileTest", "vb\zipfiletest\ZipFileTest.vbproj", "{54057AFD-35E2-48C3-8419-45D57C351C1F}"
26-
ProjectSection(ProjectDependencies) = postProject
27-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD} = {0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}
28-
EndProjectSection
2917
EndProject
3018
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WpfCreateZipFile", "vb\WpfCreateZipFile\WpfCreateZipFile.vbproj", "{2B42AA12-DD23-4EB8-A1CD-5D0F4B772895}"
3119
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.SharpZipLib", "..\ICSharpCode.SharpZipLib\ICSharpCode.SharpZipLib.csproj", "{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}"
33-
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFFolderBrowser", "..\..\wpffolderbrowser\WPFFolderBrowser.csproj", "{CE304F35-FABF-4A24-AC48-5710670A82BE}"
35-
EndProject
3620
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateZipFile", "cs\CreateZipFile\CreateZipFile.csproj", "{DF63551E-BB6C-4A8D-9B01-DB94F721E74A}"
3721
EndProject
3822
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastZip", "cs\FastZip\FastZip.csproj", "{61BE8DBC-149A-4564-B891-9EEA4A09ED12}"
@@ -81,14 +65,6 @@ Global
8165
{2B42AA12-DD23-4EB8-A1CD-5D0F4B772895}.Debug|Any CPU.Build.0 = Debug|Any CPU
8266
{2B42AA12-DD23-4EB8-A1CD-5D0F4B772895}.Release|Any CPU.ActiveCfg = Release|Any CPU
8367
{2B42AA12-DD23-4EB8-A1CD-5D0F4B772895}.Release|Any CPU.Build.0 = Release|Any CPU
84-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
85-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
86-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
87-
{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}.Release|Any CPU.Build.0 = Release|Any CPU
88-
{CE304F35-FABF-4A24-AC48-5710670A82BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
89-
{CE304F35-FABF-4A24-AC48-5710670A82BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
90-
{CE304F35-FABF-4A24-AC48-5710670A82BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
91-
{CE304F35-FABF-4A24-AC48-5710670A82BE}.Release|Any CPU.Build.0 = Release|Any CPU
9268
{DF63551E-BB6C-4A8D-9B01-DB94F721E74A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9369
{DF63551E-BB6C-4A8D-9B01-DB94F721E74A}.Debug|Any CPU.Build.0 = Debug|Any CPU
9470
{DF63551E-BB6C-4A8D-9B01-DB94F721E74A}.Release|Any CPU.ActiveCfg = Release|Any CPU

samples/ICSharpCode.SharpZipLib.Samples/cs/Cmd_BZip2/Cmd_BZip2.csproj

Lines changed: 87 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ copy Cmd_BZip2.exe bunzip2.exe</PostBuildEvent>
3939
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
4040
<UseApplicationTrust>false</UseApplicationTrust>
4141
<BootstrapperEnabled>true</BootstrapperEnabled>
42+
<NuGetPackageImportStamp>
43+
</NuGetPackageImportStamp>
4244
</PropertyGroup>
4345
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4446
<DebugSymbols>true</DebugSymbols>
@@ -78,17 +80,92 @@ copy Cmd_BZip2.exe bunzip2.exe</PostBuildEvent>
7880
<FileAlignment>4096</FileAlignment>
7981
</PropertyGroup>
8082
<ItemGroup>
83+
<Reference Include="ICSharpCode.SharpZipLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
84+
<HintPath>..\..\packages\SharpZipLib.1.0.0-alpha1\lib\netstandard1.3\ICSharpCode.SharpZipLib.dll</HintPath>
85+
<Private>True</Private>
86+
</Reference>
87+
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
88+
<HintPath>..\..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
89+
<Private>True</Private>
90+
</Reference>
8191
<Reference Include="System" />
92+
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
93+
<HintPath>..\..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
94+
<Private>True</Private>
95+
</Reference>
96+
<Reference Include="System.ComponentModel.Composition" />
97+
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
98+
<HintPath>..\..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
99+
<Private>True</Private>
100+
</Reference>
101+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
102+
<HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
103+
<Private>True</Private>
104+
</Reference>
105+
<Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
106+
<HintPath>..\..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
107+
<Private>True</Private>
108+
</Reference>
109+
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
110+
<HintPath>..\..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
111+
<Private>True</Private>
112+
</Reference>
113+
<Reference Include="System.IO.Compression.FileSystem" />
114+
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
115+
<HintPath>..\..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
116+
<Private>True</Private>
117+
</Reference>
118+
<Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
119+
<HintPath>..\..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
120+
<Private>True</Private>
121+
</Reference>
122+
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
123+
<HintPath>..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
124+
<Private>True</Private>
125+
</Reference>
126+
<Reference Include="System.Net.Http, Version=4.1.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127+
<HintPath>..\..\packages\System.Net.Http.4.1.2\lib\net46\System.Net.Http.dll</HintPath>
128+
<Private>True</Private>
129+
</Reference>
130+
<Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
131+
<HintPath>..\..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
132+
<Private>True</Private>
133+
</Reference>
134+
<Reference Include="System.Numerics" />
135+
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
136+
<HintPath>..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
137+
<Private>True</Private>
138+
</Reference>
139+
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
140+
<HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.2.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
141+
<Private>True</Private>
142+
</Reference>
143+
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
144+
<HintPath>..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
145+
<Private>True</Private>
146+
</Reference>
147+
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
148+
<HintPath>..\..\packages\System.Security.Cryptography.Primitives.4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
149+
<Private>True</Private>
150+
</Reference>
151+
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
152+
<HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.1.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
153+
<Private>True</Private>
154+
</Reference>
155+
<Reference Include="System.Xml" />
156+
<Reference Include="System.Xml.Linq" />
157+
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
158+
<HintPath>..\..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
159+
<Private>True</Private>
160+
</Reference>
82161
</ItemGroup>
83162
<ItemGroup>
84-
<Compile Include="..\..\..\GlobalAssemblyInfo.cs">
85-
<Link>Properties\GlobalAssemblyInfo.cs</Link>
86-
</Compile>
87163
<Compile Include="Cmd_BZip2.cs" />
88164
<Compile Include="Properties\AssemblyInfo.cs" />
89165
</ItemGroup>
90166
<ItemGroup>
91167
<None Include="app.config" />
168+
<None Include="packages.config" />
92169
</ItemGroup>
93170
<ItemGroup>
94171
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
@@ -100,11 +177,12 @@ copy Cmd_BZip2.exe bunzip2.exe</PostBuildEvent>
100177
<ItemGroup>
101178
<Content Include="readme.txt" />
102179
</ItemGroup>
103-
<ItemGroup>
104-
<ProjectReference Include="..\..\..\ICSharpCode.SharpZipLib\ICSharpCode.SharpZipLib.csproj">
105-
<Project>{0e7413ff-eb9e-4714-acf2-be3a6a7b2ffd}</Project>
106-
<Name>ICSharpCode.SharpZipLib</Name>
107-
</ProjectReference>
108-
</ItemGroup>
109180
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
181+
<Import Project="..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
182+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
183+
<PropertyGroup>
184+
<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>
185+
</PropertyGroup>
186+
<Error Condition="!Exists('..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets'))" />
187+
</Target>
110188
</Project>
Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
55
</startup>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
11+
</dependentAssembly>
12+
<dependentAssembly>
13+
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
14+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
15+
</dependentAssembly>
16+
<dependentAssembly>
17+
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
18+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
19+
</dependentAssembly>
20+
<dependentAssembly>
21+
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
22+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
23+
</dependentAssembly>
24+
<dependentAssembly>
25+
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
26+
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
27+
</dependentAssembly>
28+
<dependentAssembly>
29+
<assemblyIdentity name="System.Security.Cryptography.X509Certificates" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
30+
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
31+
</dependentAssembly>
32+
<dependentAssembly>
33+
<assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
34+
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
35+
</dependentAssembly>
36+
<dependentAssembly>
37+
<assemblyIdentity name="System.Security.Cryptography.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
38+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
39+
</dependentAssembly>
40+
<dependentAssembly>
41+
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
42+
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
43+
</dependentAssembly>
44+
</assemblyBinding>
45+
</runtime>
646
</configuration>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net461" />
4+
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
5+
<package id="NETStandard.Library" version="2.0.0" targetFramework="net461" />
6+
<package id="SharpZipLib" version="1.0.0-alpha1" targetFramework="net461" />
7+
<package id="System.AppContext" version="4.3.0" targetFramework="net461" />
8+
<package id="System.Collections" version="4.3.0" targetFramework="net461" />
9+
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net461" />
10+
<package id="System.Console" version="4.3.0" targetFramework="net461" />
11+
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net461" />
12+
<package id="System.Diagnostics.DiagnosticSource" version="4.3.0" targetFramework="net461" />
13+
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net461" />
14+
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net461" />
15+
<package id="System.Globalization" version="4.3.0" targetFramework="net461" />
16+
<package id="System.Globalization.Calendars" version="4.3.0" targetFramework="net461" />
17+
<package id="System.IO" version="4.3.0" targetFramework="net461" />
18+
<package id="System.IO.Compression" version="4.3.0" targetFramework="net461" />
19+
<package id="System.IO.Compression.ZipFile" version="4.3.0" targetFramework="net461" />
20+
<package id="System.IO.FileSystem" version="4.3.0" targetFramework="net461" />
21+
<package id="System.IO.FileSystem.Primitives" version="4.3.0" targetFramework="net461" />
22+
<package id="System.Linq" version="4.3.0" targetFramework="net461" />
23+
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net461" />
24+
<package id="System.Net.Http" version="4.1.2" targetFramework="net461" />
25+
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net461" />
26+
<package id="System.Net.Sockets" version="4.3.0" targetFramework="net461" />
27+
<package id="System.ObjectModel" version="4.3.0" targetFramework="net461" />
28+
<package id="System.Reflection" version="4.3.0" targetFramework="net461" />
29+
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net461" />
30+
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net461" />
31+
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net461" />
32+
<package id="System.Runtime" version="4.3.0" targetFramework="net461" />
33+
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net461" />
34+
<package id="System.Runtime.Handles" version="4.3.0" targetFramework="net461" />
35+
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net461" />
36+
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net461" />
37+
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net461" />
38+
<package id="System.Security.Cryptography.Algorithms" version="4.2.0" targetFramework="net461" />
39+
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net461" />
40+
<package id="System.Security.Cryptography.Primitives" version="4.0.0" targetFramework="net461" />
41+
<package id="System.Security.Cryptography.X509Certificates" version="4.1.0" targetFramework="net461" />
42+
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net461" />
43+
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net461" />
44+
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net461" />
45+
<package id="System.Threading" version="4.3.0" targetFramework="net461" />
46+
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net461" />
47+
<package id="System.Threading.Timer" version="4.3.0" targetFramework="net461" />
48+
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net461" />
49+
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net461" />
50+
</packages>

0 commit comments

Comments
 (0)