upgrade .net
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2025-08-06 13:17:28 +07:00
parent cf506ae3f9
commit 6cf455d37b
15 changed files with 1786 additions and 723 deletions

View File

@@ -23,15 +23,15 @@
"C:\\Program Files (x86)\\NuGet\\Config\\nuget.config"
],
"originalTargetFrameworks": [
"net5.0"
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {},
"https://nuget.71dev.com/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
@@ -47,8 +47,8 @@
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"ClosedXML": {
"target": "Package",
@@ -62,6 +62,22 @@
"target": "Package",
"version": "[2021.3.0, )"
},
"Microsoft.CodeAnalysis.CSharp": {
"target": "Package",
"version": "[4.14.0, )"
},
"Microsoft.CodeAnalysis.CSharp.Workspaces": {
"target": "Package",
"version": "[4.14.0, )"
},
"Microsoft.CodeAnalysis.Common": {
"target": "Package",
"version": "[4.14.0, )"
},
"Microsoft.CodeAnalysis.VisualBasic": {
"target": "Package",
"version": "[4.14.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[6.5.0, )"
@@ -90,7 +106,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.407\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.407/PortableRuntimeIdentifierGraph.json"
}
}
}