Update 20211218
This commit is contained in:
3675
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.deps.json
Normal file
3675
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.dll
Normal file
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.dll
Normal file
Binary file not shown.
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.exe
Normal file
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.exe
Normal file
Binary file not shown.
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.pdb
Normal file
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/CoreWebAPI1.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp3.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/Microsoft.OpenApi.dll
Normal file
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/Microsoft.OpenApi.dll
Normal file
Binary file not shown.
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/MyModelds.dll
Normal file
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/MyModelds.dll
Normal file
Binary file not shown.
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/MyModelds.pdb
Normal file
BIN
WebAPI/bin/Release/netcoreapp3.1/publish/MyModelds.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
WebAPI/bin/Release/netcoreapp3.1/publish/appsettings.json
Normal file
14
WebAPI/bin/Release/netcoreapp3.1/publish/appsettings.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DBConnection": "Server=shu00;Database=__Demo;Trusted_Connection=True;",
|
||||
"CoreWebAPIContext": "Server=(localdb)\\mssqllocaldb;Database=CoreWebAPIContext-919b07a0-f656-4e43-8a74-eb2469079ed7;Trusted_Connection=True;MultipleActiveResultSets=true"
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
WebAPI/bin/Release/netcoreapp3.1/publish/web.config
Normal file
12
WebAPI/bin/Release/netcoreapp3.1/publish/web.config
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\CoreWebAPI1.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 8BE1B283-AF68-4A4B-806C-F4D69434143B-->
|
||||
Reference in New Issue
Block a user