Add SupportedOSPlatform attribute and update logging level for Microsoft.Hosting.Lifetime
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
2026-07-05 14:20:45 +02:00
parent c98be7b23f
commit daac828c19
6 changed files with 9 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
using System.Runtime.Versioning;
[assembly: SupportedOSPlatform("windows")]
+2 -1
View File
@@ -7,7 +7,8 @@
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Warning", "Default": "Warning",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
} }
}, },
"Fuchs": { "Fuchs": {
+1 -1
Submodule OCORE updated: dd1d327e36...3cf8cd1dd5