cache nuget packages
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>NATS.Client.JetStream</id>
|
||||
<version>2.0.0</version>
|
||||
<authors>The NATS Authors</authors>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>Icon.png</icon>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/nats-io/nats.net.v2</projectUrl>
|
||||
<description>JetStream support for NATS.Client.</description>
|
||||
<copyright>Copyright © The NATS Authors 2016-2023</copyright>
|
||||
<tags>pubsub messaging persistance</tags>
|
||||
<repository type="git" url="https://github.com/nats-io/nats.net.v2" commit="d09089d484886c178942340a2834154b597f3214" />
|
||||
<dependencies>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="NATS.Client.Core" version="2.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="NATS.Client.Core" version="2.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user