2016-06-25 02:29:42 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
2016-07-12 04:02:39 +03:00
|
|
|
<id>AMQPNetLite.WebSockets</id>
|
|
|
|
<title>AMQP.Net Lite WebSockets Client on .Net Core</title>
|
2016-06-25 02:29:42 +03:00
|
|
|
<version>0.0.0</version>
|
|
|
|
<authors>xinchen</authors>
|
|
|
|
<owners>Microsoft</owners>
|
2019-02-21 03:35:29 +03:00
|
|
|
<license type="expression">Apache-2.0</license>
|
2016-06-25 02:29:42 +03:00
|
|
|
<projectUrl>https://github.com/Azure/amqpnetlite</projectUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2019-08-22 21:48:17 +03:00
|
|
|
<description>This package provides the WebSockets client transport of AMQP.Net Lite for netstandard.</description>
|
2016-06-25 02:29:42 +03:00
|
|
|
<releaseNotes>[PLACEHOLDER]</releaseNotes>
|
|
|
|
<copyright>Copyright 2014</copyright>
|
2019-08-22 21:48:17 +03:00
|
|
|
<tags>AMQP coreclr netstandard WebSockets</tags>
|
2016-06-25 02:29:42 +03:00
|
|
|
<dependencies>
|
2019-08-22 21:48:17 +03:00
|
|
|
<group targetFramework="netstandard2.0">
|
|
|
|
<dependency id="AMQPNetLite.Core" version="$version$" />
|
|
|
|
</group>
|
2016-06-25 02:29:42 +03:00
|
|
|
<group targetFramework="netstandard1.3">
|
2016-07-10 03:24:24 +03:00
|
|
|
<dependency id="System.Net.WebSockets.Client" version="4.0.0" />
|
2019-03-06 22:13:20 +03:00
|
|
|
<dependency id="AMQPNetLite.Core" version="$version$" />
|
2016-06-25 02:29:42 +03:00
|
|
|
</group>
|
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
2019-02-21 03:35:29 +03:00
|
|
|
<file src="bin\Release\Amqp.WebSockets.Client\netstandard1.3\Amqp.WebSockets.Client.dll" target="lib\netstandard1.3" />
|
|
|
|
<file src="bin\Release\Amqp.WebSockets.Client\netstandard1.3\Amqp.WebSockets.Client.pdb" target="lib\netstandard1.3" />
|
|
|
|
<file src="bin\Release\Amqp.WebSockets.Client\netstandard1.3\Amqp.WebSockets.Client.xml" target="lib\netstandard1.3" />
|
2019-08-22 21:48:17 +03:00
|
|
|
<file src="bin\Release\Amqp.WebSockets.Client\netstandard2.0\Amqp.WebSockets.Client.dll" target="lib\netstandard2.0" />
|
|
|
|
<file src="bin\Release\Amqp.WebSockets.Client\netstandard2.0\Amqp.WebSockets.Client.pdb" target="lib\netstandard2.0" />
|
|
|
|
<file src="bin\Release\Amqp.WebSockets.Client\netstandard2.0\Amqp.WebSockets.Client.xml" target="lib\netstandard2.0" />
|
2016-06-25 02:29:42 +03:00
|
|
|
</files>
|
|
|
|
</package>
|