Update to .NET 9.

This commit is contained in:
2025-04-27 11:28:51 +01:00
parent dc840a7271
commit 32fceca4c4
8 changed files with 28 additions and 24 deletions

View File

@@ -141,7 +141,7 @@ else
app.UseHttpsRedirection();
app.UseAuthorization();
app.UseStaticFiles();
app.MapStaticAssets();
app.UseAntiforgery();
app.MapRazorComponents<App>().AddInteractiveServerRenderMode();