From 4e7f3d7302a2b6878a3561a486661b2946f8bd95 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 18 May 2018 17:42:16 -0400 Subject: [PATCH] Updated runtimes to 2.1 Functional Tests are currently failing. --- src/Infrastructure/Infrastructure.csproj | 3 --- src/Web/Web.csproj | 4 ---- tests/FunctionalTests/FunctionalTests.csproj | 5 ----- tests/IntegrationTests/IntegrationTests.csproj | 5 ----- tests/UnitTests/UnitTests.csproj | 4 ---- 5 files changed, 21 deletions(-) diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index 6000e4a..9e43241 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -4,9 +4,6 @@ netstandard2.0 - - 2.0.0 - diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index 9891a23..2517d19 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -4,10 +4,6 @@ netcoreapp2.1 - - 2.0.0 - - diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj index 246dfaf..72aaccb 100644 --- a/tests/FunctionalTests/FunctionalTests.csproj +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -4,11 +4,6 @@ netcoreapp2.1 - - 2.0.0 - - - diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj index 89e20aa..64d663b 100644 --- a/tests/IntegrationTests/IntegrationTests.csproj +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -4,11 +4,6 @@ netcoreapp2.1 - - 2.0.0 - - - diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj index 7d91b79..54d9bf1 100644 --- a/tests/UnitTests/UnitTests.csproj +++ b/tests/UnitTests/UnitTests.csproj @@ -3,10 +3,6 @@ netcoreapp2.1 - - - 2.0.0 -