Scaffold backend + backend.tests projects

This commit is contained in:
2026-06-11 18:04:42 +00:00
parent cf055c8928
commit 1eb0383834
9 changed files with 148 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>