Bug Fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2025-03-19 16:23:26 +07:00
parent ab9de38b48
commit a598c9dbee
8 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 3,
"targets": {
"net5.0": {
".NETCoreApp,Version=v3.1": {
"ClosedXML/0.96.0": {
"type": "package",
"dependencies": {
@@ -676,12 +676,12 @@
"Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
},
"compile": {
"lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": {
"related": ".pdb;.xml"
}
}
@@ -692,12 +692,12 @@
"Microsoft.OpenApi": "1.2.3"
},
"compile": {
"lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
},
@@ -711,12 +711,12 @@
"Swashbuckle.AspNetCore.Swagger": "6.5.0"
},
"compile": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
}
@@ -724,12 +724,12 @@
"Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
"type": "package",
"compile": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
},
@@ -3109,7 +3109,7 @@
}
},
"projectFileDependencyGroups": {
"net5.0": [
".NETCoreApp,Version=v3.1": [
"ClosedXML >= 0.96.0",
"EPPlus >= 7.2.2",
"FastReport.Core >= 2021.3.0",
@@ -3140,15 +3140,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": {}
}
},
@@ -3164,8 +3164,8 @@
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"ClosedXML": {
"target": "Package",