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

Commit 3f5dea5

Browse files
committed
Update Microsoft.NETCore.App to 1.0.7
1 parent e0f6801 commit 3f5dea5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

samples/SampleApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.6",
12+
"version": "1.0.7",
1313
"type": "platform"
1414
}
1515
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.6",
16+
"version": "1.0.7",
1717
"type": "platform"
1818
},
1919
"System.Diagnostics.Process": "4.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.6",
13+
"version": "1.0.7",
1414
"type": "platform"
1515
},
1616
"System.Diagnostics.Process": "4.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"netcoreapp1.0": {
99
"dependencies": {
1010
"Microsoft.NETCore.App": {
11-
"version": "1.0.6",
11+
"version": "1.0.7",
1212
"type": "platform"
1313
},
1414
"System.Diagnostics.Process": "4.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"netcoreapp1.0": {
99
"dependencies": {
1010
"Microsoft.NETCore.App": {
11-
"version": "1.0.6",
11+
"version": "1.0.7",
1212
"type": "platform"
1313
},
1414
"System.Diagnostics.Process": "4.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.6",
13+
"version": "1.0.7",
1414
"type": "platform"
1515
},
1616
"System.Diagnostics.Process": "4.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.6",
15+
"version": "1.0.7",
1616
"type": "platform"
1717
},
1818
"System.Text.Encoding.Extensions": "4.0.11",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.6",
12+
"version": "1.0.7",
1313
"type": "platform"
1414
},
1515
"System.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)