add export excel
This commit is contained in:
@@ -9,15 +9,7 @@
|
||||
"DEBUG",
|
||||
"NET",
|
||||
"NET5_0",
|
||||
"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"
|
||||
"NETCOREAPP"
|
||||
],
|
||||
"languageVersion": "9.0",
|
||||
"platform": "",
|
||||
@@ -864,8 +856,16 @@
|
||||
"lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Collections.Immutable/5.0.0": {},
|
||||
"System.ComponentModel.Annotations/5.0.0": {},
|
||||
"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.Data.SqlClient/4.4.3": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.4.0",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Mercedes Benz\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Mercedes Benz\\.nuget\\packages"
|
||||
"C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\USER\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user