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:
authorMatt Ward <matt.ward@microsoft.com>2021-05-27 16:54:41 +0300
committerGitHub <noreply@github.com>2021-05-27 16:54:41 +0300
commitc633fe923832f0c3db3c4e6aa98e5592bf5a06e7 (patch)
tree0d66ad1210dda0cd8a709ef2335f421ba685b6be
parenta01309d1041ff8ae15b1f8b717420ec139e1cdb8 (diff)
[MSBuild] Update to vs16.10 branch (#21073)mono-6.12.0.145
-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 a0226bbba2d..ee2ef1c9803 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 = 'd094b49f5b5095efe15685431275b9c38fa6d845')
+ revision = '63458bd6cb3a98b5a062bb18bd51ffdea4aa3001')
def build (self):
try: