summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2019-06-14 19:04:34 +0100
committerGitHub <noreply@github.com>2019-06-14 19:04:34 +0100
commitb4c3f638d165c91259e64ed77360dd98ff16680d (patch)
tree4f9d452bc2d72df10fa61f3908971342c20ace2f /global.json
parent87a8b4d87b0c9b5a9110af06ce62e6d24a197d77 (diff)
downloadcoreclr-b4c3f638d165c91259e64ed77360dd98ff16680d.tar.gz
coreclr-b4c3f638d165c91259e64ed77360dd98ff16680d.tar.bz2
coreclr-b4c3f638d165c91259e64ed77360dd98ff16680d.zip
Update the SDK version (#25141)
* 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
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 06fdfe76b1..7c93b43af1 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "3.0.100-preview6-011681"
+ "dotnet": "3.0.100-preview6-012264"
},
"native-tools": {
"cmake": "3.11.1",