From 2720b314db1e6576e9e08ead90fb3d1b97922507 Mon Sep 17 00:00:00 2001 From: Dave Tillman Date: Tue, 22 Nov 2016 13:24:29 -0700 Subject: [PATCH] Fixup test project.json's for .NET Core 1.1 --- test/Steeltoe.Discovery.Client.Test/project.json | 5 +++-- test/Steeltoe.Discovery.Eureka.Client.Test/project.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/test/Steeltoe.Discovery.Client.Test/project.json b/test/Steeltoe.Discovery.Client.Test/project.json index 9908c17..b765502 100644 --- a/test/Steeltoe.Discovery.Client.Test/project.json +++ b/test/Steeltoe.Discovery.Client.Test/project.json @@ -10,7 +10,7 @@ "copyright": "Copyright 2016 the original authors" }, "frameworks": { - "netcoreapp1.0": { + "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", @@ -37,7 +37,8 @@ "Microsoft.Extensions.Logging": "1.1.0", "Steeltoe.Discovery.Client": "1.0.0-*", "xunit": "2.2.0-beta4-build3444", - "dotnet-test-xunit": "2.2.0-preview2-build1029" + "dotnet-test-xunit": "2.2.0-preview2-build1029", + "Microsoft.DotNet.InternalAbstractions": "1.0.0" }, "buildOptions": { "copyToOutput": { diff --git a/test/Steeltoe.Discovery.Eureka.Client.Test/project.json b/test/Steeltoe.Discovery.Eureka.Client.Test/project.json index 1a9e40f..997db2d 100644 --- a/test/Steeltoe.Discovery.Eureka.Client.Test/project.json +++ b/test/Steeltoe.Discovery.Eureka.Client.Test/project.json @@ -10,7 +10,7 @@ "copyright": "Copyright 2016 the original authors" }, "frameworks": { - "netcoreapp1.0": { + "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", @@ -36,7 +36,8 @@ "Steeltoe.Discovery.Eureka.Client": "1.0.0-*", "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0", "xunit": "2.2.0-beta4-build3444", - "dotnet-test-xunit": "2.2.0-preview2-build1029" + "dotnet-test-xunit": "2.2.0-preview2-build1029", + "Microsoft.DotNet.InternalAbstractions": "1.0.0" }, "buildOptions": { "copyToOutput": {