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:
authorAnkit Jain <radical@gmail.com>2020-03-13 01:39:03 +0300
committerGitHub <noreply@github.com>2020-03-13 01:39:03 +0300
commitdb04a05e0446432811e127b2553d836e3abeff04 (patch)
tree3a857b6aa202f3cc221bb93ed53f0f12880fdc88
parentd06686c4253c372b76513c1340cdc59cd707a368 (diff)
[2019-12] Bump msbuild to track mono-2019-12 (#19205)mono-6.10.0.94
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 98445d8ec5a370be6fa5138b4577221efbbca76
+Subproject a8984d0533265752bce4f18da826270c8154744
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index eaaa5e2d219..35b646b6a77 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 = '22600465437b09b7b4a745926ec3e49c557cca27')
+ revision = 'a3147951fe90acf6e6e3edf8aafc4d9362dcbd2c')
def build (self):
try: