add budget_income_qualification

This commit is contained in:
kamonwan taengsuk
2023-08-02 18:32:44 +07:00
parent d4c05e088f
commit d184ba62bb
14 changed files with 183 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {
"net5.0": {
"ClosedXML/0.96.0": {
"type": "package",
"dependencies": {
@@ -446,12 +446,12 @@
"Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
},
"compile": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": {
"related": ".pdb;.xml"
}
}
@@ -462,12 +462,12 @@
"Microsoft.OpenApi": "1.2.3"
},
"compile": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": {
"related": ".pdb;.xml"
}
},
@@ -481,12 +481,12 @@
"Swashbuckle.AspNetCore.Swagger": "6.5.0"
},
"compile": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"related": ".pdb;.xml"
}
}
@@ -494,12 +494,12 @@
"Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
"type": "package",
"compile": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"related": ".pdb;.xml"
}
},
@@ -2136,7 +2136,7 @@
}
},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": [
"net5.0": [
"ClosedXML >= 0.96.0",
"FastReport.Core >= 2021.3.0",
"Swashbuckle.AspNetCore >= 6.5.0",
@@ -2161,15 +2161,15 @@
"C:\\Program Files (x86)\\NuGet\\Config\\nuget.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
"net5.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {},
"https://nuget.71dev.com/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}
}
},
@@ -2180,8 +2180,8 @@
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"net5.0": {
"targetAlias": "net5.0",
"dependencies": {
"ClosedXML": {
"target": "Package",