Files
PalladiumWallet/src/Core/PalladiumWallet.Core.csproj
T

14 lines
311 B
XML
Raw Normal View History

2026-06-11 10:45:58 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NBitcoin" Version="10.0.6" />
</ItemGroup>
</Project>