Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Sep 17, 2016
2 parents 40fade3 + 042e072 commit 366f4a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
9 changes: 3 additions & 6 deletions samples/Equalizer.LoadBalancer/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
},
"Microsoft.NETCore.App": "1.0.1",
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Owin": "1.0.0",
"Microsoft.Extensions.Configuration.Binder": "1.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions test/Equalizer.Middleware.Core.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"coveralls.io": "1.3.4",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Equalizer.Middleware.Core": { "target": "project" },
"Microsoft.NETCore.App": "1.0.1",
"Nanophone.RegistryHost.ConsulRegistry": "1.6.2-alpha",
"OpenCover": "4.6.519",
"xunit": "2.2.0-beta2-build3300"
Expand Down
1 change: 1 addition & 0 deletions test/Equalizer.Middleware.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"Equalizer.Middleware": { "target": "project" },
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.0.0",
"Microsoft.NETCore.App": "1.0.1",
"Nanophone.RegistryHost.InMemoryRegistry": "1.6.2-alpha",
"OpenCover": "4.6.519",
"xunit": "2.2.0-beta2-build3300"
Expand Down
1 change: 1 addition & 0 deletions test/Equalizer.Routers.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"coveralls.io": "1.3.4",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Equalizer.Routers": { "target": "project" },
"Microsoft.NETCore.App": "1.0.1",
"OpenCover": "4.6.519",
"xunit": "2.2.0-beta2-build3300"
},
Expand Down

0 comments on commit 366f4a7

Please sign in to comment.