This commit is contained in:
h z
2025-03-09 12:09:44 +00:00
commit d106831879
4 changed files with 35 additions and 0 deletions

9
Alchegos.Core.csproj Normal file
View File

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