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-07-30 22:12:24 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-07-30 22:12:24 +0300
commitd3daacdaa80070c48cd303525ad7a029a7952b0e (patch)
treef07ec56d5c189dc2dc0103875da94e7d3b494509
parente59c1cd70f4a7171a0ff5e1f9f4937985d6a4d8d (diff)
Bump msbuild to latest commitmono-6.12.0.90
Includes https://github.com/mono/msbuild/pull/429
-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 3c0c7565910..33db949adcf 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 = '0d275291f610fef51867981a003b21df483621f9')
+ revision = '06e2f6f6a0ce53bd1c4d313fb90fdbe01b5f3d67')
def build (self):
try: