Added web api template
This commit is contained in:
BIN
WebAPI/bin/Debug/net5.0/Microsoft.OpenApi.dll
Executable file
BIN
WebAPI/bin/Debug/net5.0/Microsoft.OpenApi.dll
Executable file
Binary file not shown.
BIN
WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll
Executable file
BIN
WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll
Executable file
Binary file not shown.
BIN
WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll
Executable file
BIN
WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll
Executable file
Binary file not shown.
BIN
WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll
Executable file
BIN
WebAPI/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll
Executable file
Binary file not shown.
BIN
WebAPI/bin/Debug/net5.0/WebAPI
Executable file
BIN
WebAPI/bin/Debug/net5.0/WebAPI
Executable file
Binary file not shown.
3551
WebAPI/bin/Debug/net5.0/WebAPI.deps.json
Normal file
3551
WebAPI/bin/Debug/net5.0/WebAPI.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
WebAPI/bin/Debug/net5.0/WebAPI.dll
Normal file
BIN
WebAPI/bin/Debug/net5.0/WebAPI.dll
Normal file
Binary file not shown.
BIN
WebAPI/bin/Debug/net5.0/WebAPI.pdb
Normal file
BIN
WebAPI/bin/Debug/net5.0/WebAPI.pdb
Normal file
Binary file not shown.
8
WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.dev.json
Normal file
8
WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.dev.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"/home/m/.dotnet/store/|arch|/|tfm|",
|
||||
"/home/m/.nuget/packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
13
WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json
Normal file
13
WebAPI/bin/Debug/net5.0/WebAPI.runtimeconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "5.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
9
WebAPI/bin/Debug/net5.0/appsettings.Development.json
Normal file
9
WebAPI/bin/Debug/net5.0/appsettings.Development.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
WebAPI/bin/Debug/net5.0/appsettings.json
Normal file
10
WebAPI/bin/Debug/net5.0/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
BIN
WebAPI/bin/Debug/net5.0/ref/WebAPI.dll
Normal file
BIN
WebAPI/bin/Debug/net5.0/ref/WebAPI.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user