Skip to content

Commit d6f0c25

Browse files
authored
[2020-02] Bump msbuild to track mono-2019-12 (#19661)
- Updates roslyn to `3.6.0-4.20224.5` to match msbuild - This bump includes `NuGet.Build.Tasks` update to `5.6.0-rtm.6591`
1 parent 075c3f0 commit d6f0c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = '55f85cdb320fbe895672e15540b63a241ba8e7bc')
6+
revision = '0d275291f610fef51867981a003b21df483621f9')
77

88
def build (self):
99
try:

0 commit comments

Comments
 (0)