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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-29 18:38:12 +0300
committerGitHub <noreply@github.com>2021-03-29 18:38:12 +0300
commitcc8b25a7d865e55bdf8189ca6e73d0c1c4a21272 (patch)
tree7c94c72a95a1d596dc0b14360f6f940212604d71
parent8c331833c72415f2be4655fea2543975527a476a (diff)
[2020-02] Bump msbuild, roslyn and nuget (#20983)mono-6.12.0.134
Bump to MSBuild vs16.9, Roslyn 3.9.0 and NuGet 5.9.0 Backport of https://github.com/mono/mono/pull/20979
-rw-r--r--configure.ac4
m---------external/roslyn-binaries0
-rw-r--r--packaging/MacSDK/msbuild.py2
-rw-r--r--packaging/MacSDK/nuget.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 35f9250e326..088128e5e74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6114,8 +6114,8 @@ fi
AC_SUBST(mono_runtime)
AC_SUBST(mono_runtime_wrapper)
-CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.6.0/csc.exe
-VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.6.0/VBCSCompiler.exe
+CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/csc.exe
+VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/VBCSCompiler.exe
if test $csc_compiler = mcs; then
CSC=$mcs_topdir/class/lib/build/mcs.exe
diff --git a/external/roslyn-binaries b/external/roslyn-binaries
-Subproject 8867d9ad53e83d0bc839e7ac8e174ecb221de17
+Subproject 1c6482470cd219dcc7503259a20f26a1723f20e
diff --git a/packaging/MacSDK/msbuild.py b/packaging/MacSDK/msbuild.py
index 7962213c6f4..a0226bbba2d 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 = '70bf6710473a2b6ffe363ea588f7b3ab87682a8d')
+ revision = 'd094b49f5b5095efe15685431275b9c38fa6d845')
def build (self):
try:
diff --git a/packaging/MacSDK/nuget.py b/packaging/MacSDK/nuget.py
index 4bed1b493e4..a67cf275546 100644
--- a/packaging/MacSDK/nuget.py
+++ b/packaging/MacSDK/nuget.py
@@ -4,7 +4,7 @@ import fileinput
class NuGetBinary (Package):
def __init__(self):
- Package.__init__(self, name='NuGet', version='5.6.0-preview2', sources=[
+ Package.__init__(self, name='NuGet', version='5.9.0', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):