forked from Nethereum/Nethereum
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Nethereum.nuspec
44 lines (44 loc) · 2.91 KB
/
Nethereum.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
44
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Nethereum</id>
<version>0.0.2</version>
<title>Nethereum</title>
<authors>juanblanco</authors>
<owners>knocte</owners>
<licenseUrl>https://github.com/nethereum/nethereum/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nblockchain/Nethereum</projectUrl>
<iconUrl>https://github.com/nblockchain/Nethereum/blob/master/images/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Nethereum unofficial fork that has the following features:
* Single nuget package targetting only .NetStandard2.0.
* Stable version from upstream's 3.0 (following SemVer).
* CancellationToken support (via JsonRpcSharp dependency).
</description>
<releaseNotes>
See: https://github.com/nblockchain/Nethereum/commits/master
</releaseNotes>
<summary>Nethereum</summary>
<tags>Nethereum</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Portable.BouncyCastle" version="1.8.5.2" exclude="Build,Analyzers" />
<dependency id="JsonRpcSharp" version="0.99.0--date20240303-0338.git-d673848" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.ABI.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.Accounts.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.Contracts.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.Hex.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.KeyStore.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.RLP.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.RPC.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.Signer.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.StandardTokenEIP20.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.Util.dll" target="lib\netstandard2.0" />
<file src="src\Nethereum.StandardTokenEIP20\bin\Release\netstandard2.0\Nethereum.Web3.dll" target="lib\netstandard2.0" />
</files>
</package>