Base files

This commit is contained in:
Samuele Lorefice
2025-01-22 00:43:53 +01:00
commit 2a051cf098
10 changed files with 874 additions and 0 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>