Skip to content

Commit 15b16ee

Browse files
authored
Update global.json files for SDK version consistency and remove obsol… (block-core#638)
* Update global.json files for SDK version consistency and remove obsolete configuration * Apply suggestion from @dangershony
1 parent 4c66393 commit 15b16ee

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.310"
3+
"version": "9.0.0",
4+
"rollForward": "latestMinor"
45
}
56
}

src/Angor/Avalonia/global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Angor/Client/global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.310",
4+
"rollForward": "latestPatch"
5+
}
6+
}

0 commit comments

Comments
 (0)