Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 8fe7a17

Browse files
committed
Merge branch 'release' into dev
2 parents f963743 + 87b8d47 commit 8fe7a17

File tree

8 files changed

+8
-2
lines changed

8 files changed

+8
-2
lines changed

samples/SampleApp/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Http": "1.0.0-*",
5-
"Microsoft.NETCore.Platforms": "1.0.1-*"
4+
"Microsoft.AspNetCore.Http": "1.0.0-*"
65
},
76
"commands": {
87
"SampleApp": "SampleApp"

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"keyFile": "../../tools/Key.snk"
55
},
66
"dependencies": {
7+
"Microsoft.NETCore.Platforms": "1.0.1-*",
78
"Microsoft.AspNetCore.Http": "1.0.0-*",
89
"Microsoft.AspNetCore.Testing": "1.0.0-*",
910
"xunit": "2.1.0"

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"Microsoft.NETCore.Platforms": "1.0.1-*",
34
"Microsoft.AspNetCore.Http": "1.0.0-*",
45
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
56
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"Microsoft.NETCore.Platforms": "1.0.1-*",
34
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
45
"xunit": "2.1.0"
56
},

test/Microsoft.AspNetCore.Http.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"Microsoft.NETCore.Platforms": "1.0.1-*",
34
"Microsoft.AspNetCore.Http": "1.0.0-*",
45
"xunit": "2.1.0"
56
},

test/Microsoft.AspNetCore.Owin.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"Microsoft.NETCore.Platforms": "1.0.1-*",
34
"Microsoft.AspNetCore.Http": "1.0.0-*",
45
"Microsoft.AspNetCore.Owin": "1.0.0-*",
56
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",

test/Microsoft.AspNetCore.WebUtilities.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"Microsoft.NETCore.Platforms": "1.0.1-*",
34
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
45
"xunit": "2.1.0"
56
},

test/Microsoft.Net.Http.Headers.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4+
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.Net.Http.Headers": "1.0.0-*",
56
"xunit": "2.1.0"
67
},

0 commit comments

Comments
 (0)