Set WebRootPath, enable static file serving, and upgrade to .NET 9.0

This commit is contained in:
2026-01-23 20:49:51 +01:00
parent 23505060c5
commit cec2b65c29
3 changed files with 14 additions and 2 deletions

View File

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