This commit is contained in:
null_mason
2026-05-31 21:08:24 -04:00
parent bb481a29e5
commit e1207c042f
24 changed files with 1185 additions and 135 deletions
+29 -16
View File
@@ -1,5 +1,5 @@
{
"version": 3,
"version": 4,
"targets": {
"net9.0": {
"Humanizer.Core/2.14.1": {
@@ -4080,35 +4080,29 @@
]
},
"packageFolders": {
"C:\\Users\\Admin\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
"C:\\Users\\mason\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\ASPNET\\Projects\\DeluxeNET\\DeluxeNET.csproj",
"projectUniqueName": "C:\\Users\\mason\\Documents\\GitHub\\Deluxe-2023-Server-Code\\DeluxeNET.csproj",
"projectName": "DeluxeNET",
"projectPath": "D:\\ASPNET\\Projects\\DeluxeNET\\DeluxeNET.csproj",
"packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\",
"outputPath": "D:\\ASPNET\\Projects\\DeluxeNET\\obj\\",
"projectPath": "C:\\Users\\mason\\Documents\\GitHub\\Deluxe-2023-Server-Code\\DeluxeNET.csproj",
"packagesPath": "C:\\Users\\mason\\.nuget\\packages\\",
"outputPath": "C:\\Users\\mason\\Documents\\GitHub\\Deluxe-2023-Server-Code\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\mason\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net9.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net9.0": {
"framework": "net9.0",
"targetAlias": "net9.0",
"projectReferences": {}
}
@@ -4123,10 +4117,11 @@
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.300"
"SdkAnalysisLevel": "10.0.300"
},
"frameworks": {
"net9.0": {
"framework": "net9.0",
"targetAlias": "net9.0",
"dependencies": {
"Microsoft.AspNetCore.SignalR": {
@@ -4163,6 +4158,24 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[9.0.16, 9.0.16]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[9.0.16, 9.0.16]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[9.0.16, 9.0.16]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[9.0.16, 9.0.16]"
}
],
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
@@ -4171,7 +4184,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.310/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.300/PortableRuntimeIdentifierGraph.json"
}
}
}