Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit dbbe2c3

Browse files
committed
Update global.json to use .NET Core 1.1
1 parent 6d96538 commit dbbe2c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

global.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"projects": [
33
"src",
44
"tests"
5-
]
5+
],
6+
"sdk": {
7+
"version": "1.0.0-preview2-1-003177"
8+
}
69
}

0 commit comments

Comments
 (0)