Fixed cache issues because conflicts

This commit is contained in:
cake
2025-11-29 17:56:15 +01:00
parent 0455a23c12
commit 1e40158274
4 changed files with 52 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net10.0-windows7.0": {
"net9.0-windows7.0": {
"Blake3": {
"type": "Direct",
"requested": "[2.0.0, )",
@@ -191,7 +191,8 @@
"dependencies": {
"Microsoft.AspNetCore.Http.Connections.Common": "9.0.3",
"Microsoft.Extensions.Logging.Abstractions": "9.0.3",
"Microsoft.Extensions.Options": "9.0.3"
"Microsoft.Extensions.Options": "9.0.3",
"System.Net.ServerSentEvents": "9.0.3"
}
},
"Microsoft.AspNetCore.Http.Connections.Common": {
@@ -210,7 +211,8 @@
"Microsoft.AspNetCore.SignalR.Common": "9.0.3",
"Microsoft.AspNetCore.SignalR.Protocols.Json": "9.0.3",
"Microsoft.Extensions.DependencyInjection": "9.0.3",
"Microsoft.Extensions.Logging": "9.0.3"
"Microsoft.Extensions.Logging": "9.0.3",
"System.Threading.Channels": "9.0.3"
}
},
"Microsoft.AspNetCore.SignalR.Common": {