Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2019-09-18 20:13:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-18 20:13:51 +0300
commitfe64a4765e6d1dbb41d5c86708fcb02aa519247a (patch)
tree55ebad3ee9d59a44a0ffaa28b5b01abfc4faf828
parent7293597b905514a4c84cf36fe41e91625d657366 (diff)
[2019-06] Bump msbuild and sdk versions to 3.0.1xx latest (#16870)mono-6.4.0.198
* [2019-06] Bump msbuild and sdk versions to 3.0.1xx latest * Bump msbuild again to pull in the build updates * pull in roslyn-binaries fix * One more bump * Fix the roslyn hash * [msbuild] Bump to pick up a build fix from https://github.com/mono/msbuild/pull/138 * Pull in final update from msbuild of nuget and sdk NuGet 5.3.0-rtm.6251 Sdk 3.0.100-rc2.19467.3 * Pick up packaging fix in https://github.com/mono/msbuild/pull/141
m---------external/roslyn-binaries0
-rw-r--r--packaging/MacSDK/msbuild.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/external/roslyn-binaries b/external/roslyn-binaries
-Subproject e8390db8281858e23b03c0d5521ca6385af1973
+Subproject ce5594e2291be97cdcab0aedb518813e17bee59
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index 494bfd9b92e..588c8621292 100644
--- a/packaging/MacSDK/msbuild.py
+++ b/packaging/MacSDK/msbuild.py
@@ -3,7 +3,7 @@ import fileinput
class MSBuild (GitHubPackage):
def __init__ (self):
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
- revision = '63cdc9079266c170dc4a3f14704f3fc07be81bc7')
+ revision = '560b1caa659dea7c4d51cf566b50ac9735bfb05b')
def build (self):
try: