added dependencies

This commit is contained in:
2026-07-03 20:02:31 +02:00
parent 9b4a8d79b1
commit ffb640049c
74 changed files with 8103 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>