Renamed library project, cleaned up code

This commit is contained in:
Samuele Lorefice
2025-01-22 01:57:46 +01:00
parent 2a051cf098
commit d1742775ad
4 changed files with 107 additions and 49 deletions

View File

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