2023-04-11 21:48:45 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
2016-09-16 08:32:14 +03:00
|
|
|
<metadata>
|
|
|
|
<id>AMQPNetLite.Serialization</id>
|
|
|
|
<title>AMQP.Net Lite AMQP Serializer on .Net Core</title>
|
|
|
|
<version>0.0.0</version>
|
|
|
|
<authors>xinchen</authors>
|
2019-02-21 03:35:29 +03:00
|
|
|
<license type="expression">Apache-2.0</license>
|
2016-09-16 08:32:14 +03:00
|
|
|
<projectUrl>https://github.com/Azure/amqpnetlite</projectUrl>
|
2023-04-11 21:48:45 +03:00
|
|
|
<repository type="git" url="https://github.com/Azure/amqpnetlite" />
|
2016-09-16 08:32:14 +03:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>This package provides the AMQP Serializer of AMQP.Net Lite on .Net Core (netstandard1.3).</description>
|
|
|
|
<releaseNotes>[PLACEHOLDER]</releaseNotes>
|
|
|
|
<copyright>Copyright 2014</copyright>
|
|
|
|
<tags>AMQP coreclr .NetCore netstandard serialization</tags>
|
|
|
|
<dependencies>
|
|
|
|
<group targetFramework="netstandard1.3">
|
2021-05-05 01:49:21 +03:00
|
|
|
<dependency id="System.Collections" version="4.3.0" />
|
|
|
|
<dependency id="System.Collections.Concurrent" version="4.3.0" />
|
|
|
|
<dependency id="System.Reflection" version="4.3.0" />
|
|
|
|
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
|
|
|
|
<dependency id="System.Reflection.Extensions" version="4.3.0" />
|
|
|
|
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
|
2019-03-06 22:13:20 +03:00
|
|
|
<dependency id="AMQPNetLite.Core" version="$version$" />
|
2016-09-16 08:32:14 +03:00
|
|
|
</group>
|
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
2019-02-21 03:35:29 +03:00
|
|
|
<file src="bin\Release\Amqp.Serialization\netstandard1.3\Amqp.Serialization.dll" target="lib\netstandard1.3" />
|
|
|
|
<file src="bin\Release\Amqp.Serialization\netstandard1.3\Amqp.Serialization.pdb" target="lib\netstandard1.3" />
|
|
|
|
<file src="bin\Release\Amqp.Serialization\netstandard1.3\Amqp.Serialization.xml" target="lib\netstandard1.3" />
|
2016-09-16 08:32:14 +03:00
|
|
|
</files>
|
2021-03-16 22:21:35 +03:00
|
|
|
</package>
|