Initial files

This commit is contained in:
Samuele Lorefice
2025-09-21 06:58:04 +02:00
commit df9ad345ea
18 changed files with 795 additions and 0 deletions

10
QuickDI/QuickDI.csproj Normal file
View File

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