add nugets

This commit is contained in:
master
2025-11-18 22:28:20 +02:00
parent 8355e2ff75
commit 77cee6a209
3645 changed files with 4373144 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"version": 2,
"contentHash": "2kCX5fvhEE824a4Ab5Imyi8DRuGuTxyklXV01kegkRpsWJcPmO6+GAQ+HegKxvXAxlXZ8yaRspvWJ8t3mMClfQ==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>StackExchange.Redis</id>
<version>2.7.33</version>
<authors>Stack Exchange, Inc.,Marc Gravell,Nick Craver</authors>
<owners>Stack Exchange, Inc.,Marc Gravell,Nick Craver</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://stackexchange.github.io/StackExchange.Redis/</projectUrl>
<description>High performance Redis client, incorporating both synchronous and asynchronous usage.</description>
<releaseNotes>https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes</releaseNotes>
<copyright>2014 - 2024 Stack Exchange, Inc.</copyright>
<tags>Async Redis Cache PubSub Messaging</tags>
<repository type="git" url="https://github.com/StackExchange/StackExchange.Redis/" commit="4da3d629a657a33b4d898af59ab2b56ac423d3f1" />
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
<dependency id="System.IO.Compression" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="5.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
<dependency id="System.IO.Compression" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="5.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework6.0">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="5.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.IO.Compression" targetFramework=".NETFramework4.7.2" />
</frameworkAssemblies>
</metadata>
</package>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
duR0V+bUp5h0YmUOKDn6HUVPEFJXuhhP91HlPHRqTWTQygdXq8K07sb/+SMg+TvTFD2uxChZclIanBBgZ1Nxkw==

View File

@@ -0,0 +1,5 @@
{
"version": 2,
"contentHash": "GWllmsFAtLyhm4C47cOCipGxyEi1NQWTFUHXnJ8hiHOsK/bH3T5eLkWPVW+LRL6jDiB3g3izW3YEHgLuPoJSyA==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>StackExchange.Redis</id>
<version>2.8.24</version>
<authors>Stack Exchange, Inc.,Marc Gravell,Nick Craver</authors>
<owners>Stack Exchange, Inc.,Marc Gravell,Nick Craver</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://stackexchange.github.io/StackExchange.Redis/</projectUrl>
<description>High performance Redis client, incorporating both synchronous and asynchronous usage.</description>
<releaseNotes>https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes</releaseNotes>
<copyright>2014 - 2024 Stack Exchange, Inc.</copyright>
<tags>Async Redis Cache PubSub Messaging</tags>
<repository type="git" url="https://github.com/StackExchange/StackExchange.Redis/" commit="0cb7d58977201035e945ac54752c726ef8da9a88" />
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
<dependency id="System.IO.Compression" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="5.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
<dependency id="System.IO.Compression" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="5.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework6.0">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework8.0">
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
<dependency id="Pipelines.Sockets.Unofficial" version="2.2.8" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="5.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.IO.Compression" targetFramework=".NETFramework4.7.2" />
</frameworkAssemblies>
</metadata>
</package>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
9Z7Qs3SfjiYxwH7ABgPV9BHHrOyMkPvPkEfYomOJ+1bdVYDDgxLzNAKLiKVaAT5JgRZ2SbgS5GnDMYVkogVaCQ==