Skip to content

Commit a6e867f

Browse files
radicalakoeplinger
authored andcommitted
Bump msbuild to track mono-2019-10 (#18045)
.. to get changes from mono/msbuild#163 . And bump roslyn to 3.4.0-beta4-19569-03 to match msbuild.
1 parent 3387bd4 commit a6e867f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6057,8 +6057,8 @@ fi
60576057
AC_SUBST(mono_runtime)
60586058
AC_SUBST(mono_runtime_wrapper)
60596059

6060-
CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.3.0/csc.exe
6061-
VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.3.0/VBCSCompiler.exe
6060+
CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.4.0/csc.exe
6061+
VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.4.0/VBCSCompiler.exe
60626062

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

external/roslyn-binaries

Submodule roslyn-binaries updated 51 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 = '81b697c72e09febae348d2d4a622123e9e082e0a')
6+
revision = '3495481fd0db507969134989f138bf89d6f56873')
77

88
def build (self):
99
try:

0 commit comments

Comments
 (0)