Onionr/pow-csharp/onionrpow/onionrpow.csproj

13 lines
305 B
XML
Raw Normal View History

2020-09-19 21:01:22 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2020-09-21 07:10:10 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2020-09-19 21:01:22 +00:00
<PackageReference Include="SHA3.Net" Version="1.2.3" />
</ItemGroup>
</Project>