32 lines
2.1 KiB
Plaintext
32 lines
2.1 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>Nerdbank.Streams</id>
|
||
|
<version>2.10.69</version>
|
||
|
<authors>Andrew Arnott</authors>
|
||
|
<license type="expression">MIT</license>
|
||
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||
|
<projectUrl>https://github.com/AArnott/Nerdbank.Streams</projectUrl>
|
||
|
<description>Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.</description>
|
||
|
<releaseNotes>https://github.com/AArnott/Nerdbank.Streams/releases/tag/v2.10.69</releaseNotes>
|
||
|
<copyright>© Andrew Arnott. All rights reserved.</copyright>
|
||
|
<tags>Stream full-duplex websocket multiplexing</tags>
|
||
|
<repository type="git" url="https://github.com/AArnott/Nerdbank.Streams" commit="e0dbd2163a53982f16e10dcb45dc7e9d18d3dc4d" />
|
||
|
<dependencies>
|
||
|
<group targetFramework=".NETStandard2.0">
|
||
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="Microsoft.VisualStudio.Threading" version="17.6.40" include="Runtime,Native,ContentFiles,BuildTransitive" />
|
||
|
<dependency id="Microsoft.VisualStudio.Validation" version="17.6.11" exclude="Build,Analyzers" />
|
||
|
<dependency id="System.IO.Pipelines" version="7.0.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" exclude="Build,Analyzers" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETStandard2.1">
|
||
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="Microsoft.VisualStudio.Threading" version="17.6.40" include="Runtime,Native,ContentFiles,BuildTransitive" />
|
||
|
<dependency id="Microsoft.VisualStudio.Validation" version="17.6.11" exclude="Build,Analyzers" />
|
||
|
<dependency id="System.IO.Pipelines" version="7.0.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" exclude="Build,Analyzers" />
|
||
|
</group>
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|