-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathBitcoinLib.csproj
More file actions
19 lines (19 loc) · 971 Bytes
/
BitcoinLib.csproj
File metadata and controls
19 lines (19 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>BitcoinLib</Title>
<Description>The most complete, up-to-date, battle-tested library and RPC wrapper for Bitcoin, Litecoin, Dogecoin and other Bitcoin clones in .NET.</Description>
<Copyright>© George Kimionis 2018</Copyright>
<Version>1.15.0.0</Version>
<FileVersion>1.15.0.0</FileVersion>
<Authors>George Kimionis</Authors>
<PackageLicenseUrl>https://github.com/GeorgeKimionis/BitcoinLib/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/GeorgeKimionis/BitcoinLib</PackageProjectUrl>
<PackageTags>c#;dotnet;bitcoin</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
</Project>