chore: solution and project files

This commit is contained in:
2026-06-11 10:45:58 +02:00
parent 31512b33e4
commit ca70570242
5 changed files with 134 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<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>