Skip to content

Commit ea4bbd9

Browse files
author
robertob
committed
addressing issue 10 newtonsoft.json version reference alignment with project template defaults that don't require the latest drop
1 parent cddeee5 commit ea4bbd9

4 files changed

Lines changed: 2062 additions & 2030 deletions

File tree

KK.AspNetCore.EasyAuthAuthentication.code-workspace

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
{
2+
//https://code.visualstudio.com/docs/editor/multi-root-workspaces
23
"folders": [
34
{
4-
"path": "."
5+
"name": "EasyAuth Middleware",
6+
"path": "./src/KK.AspNetCore.EasyAuthAuthentication"
7+
},
8+
{
9+
"name": "EasyAuth Middleware Sample",
10+
"path": "./src/KK.AspNetCore.EasyAuthAuthentication.Sample"
11+
},
12+
{
13+
"name": "Vscode Build Debug",
14+
"path": "./.vscode"
15+
},
16+
{
17+
"name": "Azure DevOps Pipeline",
18+
"path": "./build"
19+
},
20+
{
21+
"name": "Repo Root",
22+
"path": "./"
523
}
624
],
725
"settings": {}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.402"
3+
"version": "2.1.502"
44
}
55
}

0 commit comments

Comments
 (0)