From 3f04e8f9736a8f0da6b496d11488f9bac1796354 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Wed, 13 Apr 2016 14:27:32 -0700 Subject: [PATCH] Fix redirects and SCI version --- src/Compilers/CSharp/CscCore/csc.exe.config | 4 ++-- src/Compilers/VisualBasic/VbcCore/vbc.exe.config | 4 ++-- src/ProjectSystem/DeployTestDependencies/project.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Compilers/CSharp/CscCore/csc.exe.config b/src/Compilers/CSharp/CscCore/csc.exe.config index b3e28373c43..e8912d2a0bf 100644 --- a/src/Compilers/CSharp/CscCore/csc.exe.config +++ b/src/Compilers/CSharp/CscCore/csc.exe.config @@ -20,11 +20,11 @@ - + - + diff --git a/src/Compilers/VisualBasic/VbcCore/vbc.exe.config b/src/Compilers/VisualBasic/VbcCore/vbc.exe.config index b3e28373c43..e8912d2a0bf 100644 --- a/src/Compilers/VisualBasic/VbcCore/vbc.exe.config +++ b/src/Compilers/VisualBasic/VbcCore/vbc.exe.config @@ -20,11 +20,11 @@ - + - + diff --git a/src/ProjectSystem/DeployTestDependencies/project.json b/src/ProjectSystem/DeployTestDependencies/project.json index 46a52ea4b5c..3ad8db5eb0f 100644 --- a/src/ProjectSystem/DeployTestDependencies/project.json +++ b/src/ProjectSystem/DeployTestDependencies/project.json @@ -4,7 +4,7 @@ "xunit.runner.console": "2.1.0", "xunit.runner.visualstudio": "2.1.0", "Moq": "4.2.1402.2112", - "System.Collections.Immutable": "1.1.37" + "System.Collections.Immutable": "1.2.0-rc3-24005-00" }, "frameworks": { "net46": { } -- GitLab