From e2cacbf441185be8ff12a4b44507703659b71591 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Tue, 21 Mar 2017 10:17:00 -0700 Subject: [PATCH 1/2] Require .NET 4.6 min runtime in app.config Fixes #17908 --- src/Compilers/CSharp/csc/App.config | 3 +++ src/Compilers/Server/VBCSCompiler/App.config | 3 +++ src/Compilers/VisualBasic/vbc/App.config | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/Compilers/CSharp/csc/App.config b/src/Compilers/CSharp/csc/App.config index 15481f0b84175..0b8bc41dc17f4 100644 --- a/src/Compilers/CSharp/csc/App.config +++ b/src/Compilers/CSharp/csc/App.config @@ -2,6 +2,9 @@ + + + diff --git a/src/Compilers/Server/VBCSCompiler/App.config b/src/Compilers/Server/VBCSCompiler/App.config index 8b142580b9e39..7db1af7cfaef3 100644 --- a/src/Compilers/Server/VBCSCompiler/App.config +++ b/src/Compilers/Server/VBCSCompiler/App.config @@ -2,6 +2,9 @@ + + + diff --git a/src/Compilers/VisualBasic/vbc/App.config b/src/Compilers/VisualBasic/vbc/App.config index 15481f0b84175..0b8bc41dc17f4 100644 --- a/src/Compilers/VisualBasic/vbc/App.config +++ b/src/Compilers/VisualBasic/vbc/App.config @@ -2,6 +2,9 @@ + + + From 4486367246f8d7a10b837111e2b59f2b6b204164 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Sun, 2 Apr 2017 20:30:26 -0700 Subject: [PATCH 2/2] Add net46 restriction to csi and vbi --- src/Interactive/csi/App.config | 8 ++++++++ src/Interactive/csi/csi.csproj | 1 + src/Interactive/vbi/App.config | 8 ++++++++ src/Interactive/vbi/vbi.vbproj | 1 + 4 files changed, 18 insertions(+) create mode 100644 src/Interactive/csi/App.config create mode 100644 src/Interactive/vbi/App.config diff --git a/src/Interactive/csi/App.config b/src/Interactive/csi/App.config new file mode 100644 index 0000000000000..442bfd2d9b621 --- /dev/null +++ b/src/Interactive/csi/App.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Interactive/csi/csi.csproj b/src/Interactive/csi/csi.csproj index d9201fa99e705..ed6b8a2b4942d 100644 --- a/src/Interactive/csi/csi.csproj +++ b/src/Interactive/csi/csi.csproj @@ -34,6 +34,7 @@ + PreserveNewest diff --git a/src/Interactive/vbi/App.config b/src/Interactive/vbi/App.config new file mode 100644 index 0000000000000..442bfd2d9b621 --- /dev/null +++ b/src/Interactive/vbi/App.config @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/Interactive/vbi/vbi.vbproj b/src/Interactive/vbi/vbi.vbproj index a0564aa98f7c1..96953215f84d4 100644 --- a/src/Interactive/vbi/vbi.vbproj +++ b/src/Interactive/vbi/vbi.vbproj @@ -34,6 +34,7 @@ + PreserveNewest