nft-faucet/NftFaucet.Domain/NftFaucet.Domain.csproj

15 lines
406 B
XML
Raw Normal View History

2022-10-02 13:30:56 -05:00
<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>