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 02:47:23 +0300
committerGitHub <noreply@github.com>2020-04-30 02:47:23 +0300
commit5d03a6fe116b6ab1570ba2c67933813ede00a0d4 (patch)
tree272a355ce5399653dde316c976624d03cc76f3bb
parent4a2a26ce6948f8c4695d73657c808906ef2b6061 (diff)
[2019-12] Bump msbuild to track mono-2019-12 (#19662)mono-6.10.0.104
* [2019-12] Bump msbuild to track mono-2019-12 * [2019-12] Bump msbuild to track mono-2019-12 * [2019-12] Bump msbuild to track mono-2019-12
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: