summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2019-12-05 15:18:05 -0800
committerGitHub <noreply@github.com>2019-12-05 15:18:05 -0800
commit5558d18aafc84ecac3630ca6a31f52699cde0b66 (patch)
treea511124d5db418f0d0f072a571d40e4d8de1a82f
parentf86dcc9b43da8b894d676b4b4f3b559e1fc2b2d2 (diff)
downloadcoreclr-5558d18aafc84ecac3630ca6a31f52699cde0b66.tar.gz
coreclr-5558d18aafc84ecac3630ca6a31f52699cde0b66.tar.bz2
coreclr-5558d18aafc84ecac3630ca6a31f52699cde0b66.zip
Use 3.1.100 SDK in 3.1 build (#27965)
To ensure that the 3.1 stack uses a consistent SDK. The upper portions of the stack require the 3.1 SDK because for TFM purposes.
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 6e17fb465c..085e2a284d 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "3.0.101"
+ "dotnet": "3.1.100"
},
"native-tools": {
"cmake": "3.11.1",