Commit e1ca0070 authored by Paul Burns's avatar Paul Burns Committed by GitHub

Update global.json

Specify preview 2 in global.json in order to make the project backwards compatible for newer .Net Core tooling, especially in VS2017.
parent 7a75c991
{ {
"projects": [ "src" ] "projects": [ "src" ],
} "sdk": {
\ No newline at end of file "version": "1.0.0-preview2-003121"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment