edit type of string

This commit is contained in:
kamonwan taengsuk
2023-08-02 18:06:03 +07:00
parent a58f7ec1f8
commit d4c05e088f
14 changed files with 142 additions and 116 deletions

View File

@@ -19,15 +19,15 @@
"C:\\Program Files (x86)\\NuGet\\Config\\nuget.config"
],
"originalTargetFrameworks": [
"net5.0"
"netcoreapp3.1"
],
"sources": {
"https://api.nuget.org/v3/index.json": {},
"https://nuget.71dev.com/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
@@ -38,8 +38,8 @@
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"ClosedXML": {
"target": "Package",