InitialCommit

This commit is contained in:
Francesco D'Amico
2024-12-04 11:27:03 +01:00
parent 70df3c5aab
commit 59626f852e
82 changed files with 75464 additions and 0 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisRuleSet>..\\Dot.Net.Basic.Configuration.Files.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</Project>