canonical tags, dotnet 3.1

This commit is contained in:
Tommy Parnell
2020-08-01 18:38:12 -04:00
parent abacb42468
commit 71cf945baf
19 changed files with 62 additions and 47 deletions

4
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/TerribleDev.Blog.Web/bin/Debug/netcoreapp2.2/TerribleDev.Blog.Web.dll",
"program": "${workspaceFolder}/src/TerribleDev.Blog.Web/bin/Debug/netcoreapp3.1/TerribleDev.Blog.Web.dll",
"args": [],
"cwd": "${workspaceFolder}/src/TerribleDev.Blog.Web",
"stopAtEntry": false,
@@ -42,4 +42,4 @@
"processId": "${command:pickProcess}"
}
]
}
}