-
Notifications
You must be signed in to change notification settings - Fork 8
/
JsonRpcSharp.nuspec
36 lines (36 loc) · 1.96 KB
/
JsonRpcSharp.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>JsonRpcSharp</id>
<version>1.0.0</version>
<title>JsonRpcSharp</title>
<authors>juanblanco, knocte</authors>
<owners>knocte</owners>
<licenseUrl>https://github.com/nblockchain/JsonRpcSharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nblockchain/JsonRpcSharp</projectUrl>
<iconUrl>https://github.com/nblockchain/JsonRpcSharp/blob/master/images/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
JsonRpcSharp
</description>
<releaseNotes>
See: https://github.com/nblockchain/JsonRpcSharp/commits/master
</releaseNotes>
<summary>JsonRpcSharp</summary>
<tags>JsonRpcSharp</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Common.Logging.Core" version="3.4.1" exclude="Build,Analyzers" />
<dependency id="System.IO.Pipelines" version="8.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<!--netstandard2.0-->
<file src="src\JsonRpcSharp.Client\bin\Release\netstandard2.0\JsonRpcSharp.Client.dll" target="lib\netstandard2.0" />
<file src="src\JsonRpcSharp.IpcClient\bin\Release\netstandard2.0\JsonRpcSharp.IpcClient.dll" target="lib\netstandard2.0" />
<file src="src\JsonRpcSharp.HttpClient\bin\Release\netstandard2.0\JsonRpcSharp.HttpClient.dll" target="lib\netstandard2.0" />
<file src="src\JsonRpcSharp.TcpClient\bin\Release\netstandard2.0\JsonRpcSharp.TcpClient.dll" target="lib\netstandard2.0" />
<file src="src\JsonRpcSharp.WebSocketClient\bin\Release\netstandard2.0\JsonRpcSharp.WebSocketClient.dll" target="lib\netstandard2.0" />
</files>
</package>