Project rename

This commit is contained in:
Samuele Lorefice
2025-09-21 19:59:54 +02:00
parent df9ad345ea
commit bf46d235af
19 changed files with 119 additions and 29 deletions

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\QuickDI\QuickDI.csproj" />
<ProjectReference Include="..\Syrette\Syrette.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,4 +1,4 @@
using QuickDI;
using Syrette;
namespace DISandbox;