-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNet.Cache.DynamoDb.ERC20.csproj
More file actions
23 lines (20 loc) · 1.02 KB
/
Net.Cache.DynamoDb.ERC20.csproj
File metadata and controls
23 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>Net.Cache.DynamoDb.ERC20</PackageId>
<Product>Net.Cache.DynamoDb.ERC20</Product>
<Title>A specialized extension of `Net.Cache.DynamoDb` package, for caching ERC20 token information in Amazon DynamoDB.</Title>
<Description>A specialized extension of `Net.Cache.DynamoDb` package, for caching ERC20 token information in Amazon DynamoDB.</Description>
<PackageTags>Cache DynamoDb ERC20</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="Net.Cryptography.SHA256" Version="1.1.0" />
<PackageReference Include="Net.Web3.EthereumWallet" Version="1.2.2" />
<PackageReference Include="Nethereum.Contracts" Version="5.0.0" />
<PackageReference Include="Nethereum.Web3" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Net.Cache.DynamoDb\Net.Cache.DynamoDb.csproj" />
</ItemGroup>
</Project>