Skip to content

Commit

Permalink
Updated project.json for test server after upgrade to .NET CoreApp 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tlil committed Nov 25, 2016
1 parent 7d6706d commit a4ecafc
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions test/GraphQL.Conventions.Tests.Server/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.1",
"version": "1.1.0",
"type": "platform"
},
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
Expand All @@ -20,11 +20,14 @@
},

"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
}
},
"imports": "dnxcore50"
}
},

Expand Down

0 comments on commit a4ecafc

Please sign in to comment.