adds aspnet.identity

This commit is contained in:
Paul Schneider
2021-04-25 12:12:50 +01:00
parent a2f26f1e8e
commit dc37c9a9f0
26 changed files with 1106 additions and 122 deletions

3
.vscode/launch.json vendored
View File

@ -9,12 +9,11 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.0/nuget-host.dll",
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/nuget-host.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"requireExactSource": false,
"OS-COMMENT5": "Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser",
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\\\bNow listening on:\\\\s+(https?://\\\\S+)"

1
.vscode/tasks.json vendored
View File

@ -21,6 +21,7 @@
"args": [
"build",
"${workspaceFolder}/nuget-host.csproj",
"/p:Configuration=Debug",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary",
"--ignore-failed-sources"