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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-10-23 01:33:21 +0300
committerGitHub <noreply@github.com>2020-10-23 01:33:21 +0300
commit32ab5066f7274f6c2bd94fe0e6636e63130515fa (patch)
tree1a9d2503b2ecd4e3ad2ca7629b46ff9e04202129
parent93a7fe77e8e586ccc742b421113dbd0ac6e89bc7 (diff)
Bump msbuild to fix a build issuemono-6.12.0.105
-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 33db949adcf..d5e802e8834 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 = '06e2f6f6a0ce53bd1c4d313fb90fdbe01b5f3d67')
+ revision = 'db750f72af92181ec860b5150b40140583972c22')
def build (self):
try: