Update the SDK version (#25141)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Fri, 14 Jun 2019 18:04:34 +0000 (19:04 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2019 18:04:34 +0000 (19:04 +0100)
* Update the SDK version

The updated SDK version has a fix for the issue causing msbuild to crash during the build on Linux environment.

* Use the version recommended by Eric

global.json

index 06fdfe7..7c93b43 100644 (file)
@@ -1,6 +1,6 @@
 {
   "tools": {
-    "dotnet": "3.0.100-preview6-011681"
+    "dotnet": "3.0.100-preview6-012264"
   },
   "native-tools": {
     "cmake": "3.11.1",