Added angular frontend and asp.net backend.
This commit is contained in:
BIN
douwco.api/bin/Debug/net9.0/Microsoft.AspNetCore.OpenApi.dll
Executable file
BIN
douwco.api/bin/Debug/net9.0/Microsoft.AspNetCore.OpenApi.dll
Executable file
Binary file not shown.
BIN
douwco.api/bin/Debug/net9.0/Microsoft.OpenApi.dll
Executable file
BIN
douwco.api/bin/Debug/net9.0/Microsoft.OpenApi.dll
Executable file
Binary file not shown.
8
douwco.api/bin/Debug/net9.0/appsettings.Development.json
Normal file
8
douwco.api/bin/Debug/net9.0/appsettings.Development.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
douwco.api/bin/Debug/net9.0/appsettings.json
Normal file
9
douwco.api/bin/Debug/net9.0/appsettings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
BIN
douwco.api/bin/Debug/net9.0/douwco.api
Executable file
BIN
douwco.api/bin/Debug/net9.0/douwco.api
Executable file
Binary file not shown.
59
douwco.api/bin/Debug/net9.0/douwco.api.deps.json
Normal file
59
douwco.api/bin/Debug/net9.0/douwco.api.deps.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v9.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v9.0": {
|
||||
"douwco.api/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.OpenApi": "9.0.3"
|
||||
},
|
||||
"runtime": {
|
||||
"douwco.api.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi/9.0.3": {
|
||||
"dependencies": {
|
||||
"Microsoft.OpenApi": "1.6.17"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.AspNetCore.OpenApi.dll": {
|
||||
"assemblyVersion": "9.0.3.0",
|
||||
"fileVersion": "9.0.325.11220"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.OpenApi/1.6.17": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
||||
"assemblyVersion": "1.6.17.0",
|
||||
"fileVersion": "1.6.17.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"douwco.api/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi/9.0.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-fKh0UyGMUE+lhbovMhh3g88b9bT+y2jfZIuJ8ljY7rcCaSJ9m2Qqqbh66oULFfzWE2BUAmimzTGcPcq3jXi/Ew==",
|
||||
"path": "microsoft.aspnetcore.openapi/9.0.3",
|
||||
"hashPath": "microsoft.aspnetcore.openapi.9.0.3.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.OpenApi/1.6.17": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Le+kehlmrlQfuDFUt1zZ2dVwrhFQtKREdKBo+rexOwaCoYP0/qpgT9tLxCsZjsgR5Itk1UKPcbgO+FyaNid/bA==",
|
||||
"path": "microsoft.openapi/1.6.17",
|
||||
"hashPath": "microsoft.openapi.1.6.17.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
douwco.api/bin/Debug/net9.0/douwco.api.dll
Normal file
BIN
douwco.api/bin/Debug/net9.0/douwco.api.dll
Normal file
Binary file not shown.
BIN
douwco.api/bin/Debug/net9.0/douwco.api.pdb
Normal file
BIN
douwco.api/bin/Debug/net9.0/douwco.api.pdb
Normal file
Binary file not shown.
19
douwco.api/bin/Debug/net9.0/douwco.api.runtimeconfig.json
Normal file
19
douwco.api/bin/Debug/net9.0/douwco.api.runtimeconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "9.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user