Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Fixup test project.json's for .NET Core 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtillman committed Nov 22, 2016
1 parent 23512f9 commit 2720b31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions test/Steeltoe.Discovery.Client.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"copyright": "Copyright 2016 the original authors"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
Expand All @@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions test/Steeltoe.Discovery.Eureka.Client.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"copyright": "Copyright 2016 the original authors"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
Expand All @@ -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": {
Expand Down

0 comments on commit 2720b31

Please sign in to comment.