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-12 12:55:38 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-12 12:55:38 +0300
commita3c4b143a9fa3da1ace33f8b9164d73fcb9f3a3f (patch)
treef86d2a14097617f5f01de11a837dcbcad57ef0fc
parent41f9a07d3d4d3d2600e78d2954067f465a6bfe92 (diff)
[2019-10] Bump msbuild to track mono-2019-10 (#18434)mono-6.8.0.96
-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 a1cca8a1f10..73e8286c330 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 = '8271e560ce91606947d43e4d2fc1bdee1ffc9325')
+ revision = '8a757bbc409882a575856a936440bda6896674d6')
def build (self):
try: