Skip to content

Commit 32ab506

Browse files
authored
Bump msbuild to fix a build issue
1 parent 93a7fe7 commit 32ab506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/MacSDK/msbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class MSBuild (GitHubPackage):
44
def __init__ (self):
55
GitHubPackage.__init__ (self, 'mono', 'msbuild', '15', # note: fix scripts/ci/run-test-mac-sdk.sh when bumping the version number
6-
revision = '06e2f6f6a0ce53bd1c4d313fb90fdbe01b5f3d67')
6+
revision = 'db750f72af92181ec860b5150b40140583972c22')
77

88
def build (self):
99
try:

0 commit comments

Comments
 (0)