Upgrade to 4.4 | change login URL to mistox.com

This commit is contained in:
2025-05-26 18:57:21 -07:00
parent d13d869c77
commit add55ddfab
1167 changed files with 2804 additions and 112 deletions
@@ -17,15 +17,15 @@
"/home/derek/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net8.0"
],
"sources": {
"/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
@@ -39,23 +39,23 @@
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.200"
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Godot.SourceGenerators": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"GodotSharp": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"GodotSharpEditor": {
"target": "Package",
"version": "[4.3.0, )"
"version": "[4.4.1, )"
},
"MsgPack.Cli": {
"target": "Package",
@@ -80,7 +80,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
"version": "[8.0.16, 8.0.16]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[8.0.16, 8.0.16]"
}
],
"frameworkReferences": {
@@ -88,7 +92,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.203/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.300/PortableRuntimeIdentifierGraph.json"
}
}
}