feat: initial .NET 9 static site for SilverDOCK deployment

This commit is contained in:
dev-agent
2026-01-20 22:22:39 +00:00
commit da6806c3cb
8 changed files with 4477 additions and 0 deletions

View File

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