[ADD] Miner library

This commit is contained in:
max
2025-08-02 14:16:28 +02:00
parent c7402d8bc4
commit 3748dd7d58
3 changed files with 19 additions and 0 deletions

9
YtMiner/YtMiner.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>