Browse Source

Global.json updated to current .NET Core SDK targeting .NET Core 2.1

pull/632/head
Cesar De la Torre Llorente 6 years ago
parent
commit
722783a74b
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      global.json

+ 5
- 5
global.json View File

@ -1,5 +1,5 @@
// {
// "sdk": {
// "version": "2.1.4"
// }
// }
{
"sdk": {
"version": "2.1.3"
}
}

Loading…
Cancel
Save