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>2017-06-24 06:35:53 +0300
committerGitHub <noreply@github.com>2017-06-24 06:35:53 +0300
commit80165d21175e05d502b968701b41a0d66608cc99 (patch)
treec75535fc9fb7fd4e24ae3db846ddca2dae1e4575 /packaging
parent8724ace98a8b9781eee5437e5a6c49ea5796db82 (diff)
[packaging/msbuild] Bump to get new changes on xplat-master (#5113) (#5114)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/MacSDK/msbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index f5255d26026..fada54c789a 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.3',
- revision = 'bce6977da8fdb05f30d80bfc5649d9edd543b026',
+ revision = '483c14cc7ae36b2314f87591f2806be53ab7322b',
git_branch = 'xplat-master')
def build (self):