Skip to content

Commit fe64a47

Browse files
lewingakoeplinger
authored andcommitted
[2019-06] Bump msbuild and sdk versions to 3.0.1xx latest (#16870)
* [2019-06] Bump msbuild and sdk versions to 3.0.1xx latest * Bump msbuild again to pull in the build updates * pull in roslyn-binaries fix * One more bump * Fix the roslyn hash * [msbuild] Bump to pick up a build fix from mono/msbuild#138 * Pull in final update from msbuild of nuget and sdk NuGet 5.3.0-rtm.6251 Sdk 3.0.100-rc2.19467.3 * Pick up packaging fix in mono/msbuild#141
1 parent 7293597 commit fe64a47

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 = '63cdc9079266c170dc4a3f14704f3fc07be81bc7')
6+
revision = '560b1caa659dea7c4d51cf566b50ac9735bfb05b')
77

88
def build (self):
99
try:

0 commit comments

Comments
 (0)