Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/MacSDK/msbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 = '82d95d045ec6bb36345f55b558cae0aba33a1487')
revision = '61923586e26f06399a023c2e316e4521f42bf15a')

def build (self):
try:
Expand Down