From d0352863d96cc4fe248f89cc232800291393a9c1 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Thu, 27 Apr 2017 11:27:46 -0700 Subject: [PATCH] Fix typo --- build/Targets/FixedPackages.props | 1 + build/Targets/Packages.props | 2 +- src/Compilers/CSharp/CscCore/CscCore.csproj | 2 +- .../DeployCoreClrTestRuntime.csproj | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build/Targets/FixedPackages.props b/build/Targets/FixedPackages.props index 6c76c69ecb7..20b1aae0329 100644 --- a/build/Targets/FixedPackages.props +++ b/build/Targets/FixedPackages.props @@ -5,6 +5,7 @@ 14.3.0 14.3.0 + 2.0.0-preview2-002066-00 14.0.23205 14.0.23205 14.0.23205 diff --git a/build/Targets/Packages.props b/build/Targets/Packages.props index 00c4c27a3fe..81439a50e0f 100644 --- a/build/Targets/Packages.props +++ b/build/Targets/Packages.props @@ -50,7 +50,7 @@ 1.1.0 2.3.0-dev-56735-00 5.0.0 - 2.0.0-preview2-002006-00 + 1.1.0 1.1.0 1.0.1 1.1.0 diff --git a/src/Compilers/CSharp/CscCore/CscCore.csproj b/src/Compilers/CSharp/CscCore/CscCore.csproj index 473f3636f4b..3348911dc83 100644 --- a/src/Compilers/CSharp/CscCore/CscCore.csproj +++ b/src/Compilers/CSharp/CscCore/CscCore.csproj @@ -31,8 +31,8 @@ - + diff --git a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj index d33526428b8..7be21b382e3 100644 --- a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj +++ b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj @@ -136,9 +136,9 @@ - - - + + + -- GitLab