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-01-09 19:45:05 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-09 19:45:05 +0300
commit46f834fda73a7d6d95f3577aeaf667c5cf705644 (patch)
tree57d972a34cdd2da6313b22affc76c4dd9f6456e9 /packaging
parentf5aca4235ef9508954425eb5bcb72311cbe56a0d (diff)
[master] Bump msbuild to track xplat-master (#18391)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/MacSDK/msbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index bbea6ae9d98..bd138c22ffa 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 = 'e88f5078b3ed4bb8db0add1f4cc8e7b29df4adca')
+ revision = 'ed5d7bae903704337619ddfcd017874570139e55')
def build (self):
try: