Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2020-04-30 11:32:20 +0300
committerGitHub <noreply@github.com>2020-04-30 11:32:20 +0300
commitd6f0c25d34da7512639346828ef368ff65a25003 (patch)
tree743bfa1347114000b11c402ab7287eeba8bd617b
parent075c3f06197e3b969f4234d0f56a2e10ee6ee305 (diff)
[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`
m---------external/roslyn-binaries0
-rw-r--r--packaging/MacSDK/msbuild.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/external/roslyn-binaries b/external/roslyn-binaries
-Subproject e67de891d178f0d05001280b3a94a5e53b7029d
+Subproject 8867d9ad53e83d0bc839e7ac8e174ecb221de17
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index dfbd7d2bccd..3c0c7565910 100644
--- a/packaging/MacSDK/msbuild.py
+++ b/packaging/MacSDK/msbuild.py
@@ -3,7 +3,7 @@ import fileinput
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 = '55f85cdb320fbe895672e15540b63a241ba8e7bc')
+ revision = '0d275291f610fef51867981a003b21df483621f9')
def build (self):
try: