Files
PalladiumWallet/src/Cli/PalladiumWallet.Cli.csproj
T

15 lines
356 B
XML
Raw Normal View History

2026-06-11 10:45:58 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Core\PalladiumWallet.Core.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
2026-06-11 10:45:58 +02:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>