forked from EasyPost/easypost-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EasyPost.nuspec
43 lines (43 loc) · 2.12 KB
/
EasyPost.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EasyPost-Official</id>
<title>EasyPost (Official)</title>
<version>3.0.0</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://www.easypost.com</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>EasyPost Shipping API Client Library for .NET https://easypost.com/docs</description>
<tags>EasyPost ShippingAPI USPS UPS FedEx</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="RestSharp" version="107.3.0" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="RestSharp" version="107.3.0" />
</group>
<group targetFramework="net5.0">
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="RestSharp" version="107.3.0" />
</group>
<group targetFramework="net6.0">
<dependency id="Newtonsoft.Json" version="13.0.1" />
<dependency id="RestSharp" version="107.3.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="lib\net\netstandard2.0\EasyPost.dll" target="lib\netstandard2.0" />
<file src="lib\net\netstandard2.0\EasyPost.XML" target="lib\netstandard2.0" />
<file src="lib\net\netcoreapp3.1\EasyPost.dll" target="lib\netcoreapp3.1" />
<file src="lib\net\netcoreapp3.1\EasyPost.XML" target="lib\netcoreapp3.1" />
<file src="lib\net\net5.0\EasyPost.dll" target="lib\net5.0" />
<file src="lib\net\net5.0\EasyPost.XML" target="lib\net5.0" />
<file src="lib\net\net6.0\EasyPost.dll" target="lib\net6.0" />
<file src="lib\net\net6.0\EasyPost.XML" target="lib\net6.0" />
</files>
</package>