Skip to content

Commit 08e5a97

Browse files
radicalakoeplinger
authored andcommitted
Bump msbuild to track mono-2019-10 (#18014)
To get changes from mono/msbuild#159 .
1 parent 56a583e commit 08e5a97

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 = 'ca5b8341dc8a8d73a7922581a15efe51d825811a')
6+
revision = '81b697c72e09febae348d2d4a622123e9e082e0a')
77

88
def build (self):
99
try:

0 commit comments

Comments
 (0)