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-06-24 17:29:40 +0300
committerGitHub <noreply@github.com>2020-06-24 17:29:40 +0300
commitcaf00ee3d68db72d257a28a98bc8b54181c3a479 (patch)
tree53b40f00c36223d965a7f93d5050d46545f02b48 /configure.ac
parent872139a3e0400971a216c1e0197e6b7423c8e3fd (diff)
[master] Bump msbuild to track xplat-master (#19972)
Also, bumps roslyn to `3.7.0-1.20262.2`
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8e983863377..bd3e76d216c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6166,8 +6166,8 @@ fi
AC_SUBST(mono_runtime)
AC_SUBST(mono_runtime_wrapper)
-CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.5.0/csc.exe
-VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe
+CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.7.0/csc.exe
+VBCS_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/3.7.0/VBCSCompiler.exe
if test $csc_compiler = mcs; then
CSC=$mcs_topdir/class/lib/build/mcs.exe