mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-23 03:58:23 +00:00
15 lines
406 B
XML
15 lines
406 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CSharpFunctionalExtensions" Version="2.34.3" />
|
|
<PackageReference Include="Nethereum.Web3" Version="4.9.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|