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:
authorMarek Safar <marek.safar@gmail.com>2017-05-19 18:33:32 +0300
committerMarek Safar <marek.safar@gmail.com>2017-05-19 22:45:26 +0300
commitea0f582d72f3104509ecc8ccac9673c7a9920eaa (patch)
tree074a54622612ba7183f19e9ec53421a2d1f6b358 /configure.ac
parentaaf9fd3dbd537c77d8923bb27304f094c7929070 (diff)
Bump Roslyn to 2.3 preview
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db88b0185a4..86a2354b389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4231,7 +4231,7 @@ AC_SUBST(mono_build_root)
mono_runtime=mono/mini/mono
AC_SUBST(mono_runtime)
-CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.1.0/tools/csc.exe
+CSC_LOCATION=`cd $srcdir && pwd`/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.3.0/tools/csc.exe
if test $csc_compiler = mcs; then
CSC=$mcs_topdir/class/lib/build/mcs.exe