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 20:49:57 +0300
committerGitHub <noreply@github.com>2021-05-27 20:49:57 +0300
commitdbe569c5d082dd2f74869b8bda62753d2ddaca94 (patch)
tree98e8052b8568655245a4219dc250b6106a057d29
parentf74eed4b09790a0929889ad7fc2cf96c9b6e3757 (diff)
[MSBuild] Update to vs16.10 branch (#21083)
-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: