|
@@ -1,9 +1,10 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
+<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
+ <UserSecretsId>3c382f4e-81a2-4b63-929f-fefd29e950e8</UserSecretsId>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|