Skip to content

Commit cc8b25a

Browse files
authored
[2020-02] Bump msbuild, roslyn and nuget (#20983)
Bump to MSBuild vs16.9, Roslyn 3.9.0 and NuGet 5.9.0 Backport of #20979
1 parent 8c33183 commit cc8b25a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6114,8 +6114,8 @@ fi
61146114
AC_SUBST(mono_runtime)
61156115
AC_SUBST(mono_runtime_wrapper)
61166116

6117-
CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.6.0/csc.exe
6118-
VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.6.0/VBCSCompiler.exe
6117+
CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/csc.exe
6118+
VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.9.0/VBCSCompiler.exe
61196119

61206120
if test $csc_compiler = mcs; then
61216121
CSC=$mcs_topdir/class/lib/build/mcs.exe

external/roslyn-binaries

Submodule roslyn-binaries updated 73 files

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 = '70bf6710473a2b6ffe363ea588f7b3ab87682a8d')
6+
revision = 'd094b49f5b5095efe15685431275b9c38fa6d845')
77

88
def build (self):
99
try:

packaging/MacSDK/nuget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class NuGetBinary (Package):
55

66
def __init__(self):
7-
Package.__init__(self, name='NuGet', version='5.6.0-preview2', sources=[
7+
Package.__init__(self, name='NuGet', version='5.9.0', sources=[
88
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
99

1010
def build(self):

0 commit comments

Comments
 (0)