-Aggiunto e referenziato il progetto CredentialManager

This commit is contained in:
2025-06-16 22:38:08 +02:00
parent 055ef88ef1
commit 09d07db2ba
4 changed files with 55 additions and 3 deletions
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>