add report

This commit is contained in:
kamonwan taengsuk
2023-04-19 19:15:08 +07:00
parent 471e92df25
commit 348e6f2af9
25 changed files with 1715 additions and 39 deletions

View File

@@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />

View File

@@ -9,7 +9,15 @@
"DEBUG",
"NET",
"NET5_0",
"NETCOREAPP"
"NETCOREAPP",
"NET5_0_OR_GREATER",
"NETCOREAPP1_0_OR_GREATER",
"NETCOREAPP1_1_OR_GREATER",
"NETCOREAPP2_0_OR_GREATER",
"NETCOREAPP2_1_OR_GREATER",
"NETCOREAPP2_2_OR_GREATER",
"NETCOREAPP3_0_OR_GREATER",
"NETCOREAPP3_1_OR_GREATER"
],
"languageVersion": "9.0",
"platform": "",
@@ -856,16 +864,8 @@
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {}
}
},
"System.Collections.Immutable/5.0.0": {
"compile": {
"lib/netstandard2.0/System.Collections.Immutable.dll": {}
}
},
"System.ComponentModel.Annotations/5.0.0": {
"compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {}
}
},
"System.Collections.Immutable/5.0.0": {},
"System.ComponentModel.Annotations/5.0.0": {},
"System.Data.SqlClient/4.4.3": {
"dependencies": {
"Microsoft.Win32.Registry": "4.4.0",

Binary file not shown.

Binary file not shown.