Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit ac016f5

Browse files
committed
Update Microsoft.NETCore.App to 1.0.7
1 parent 44e1ef7 commit ac016f5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/HelloWorld/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
}

samples/HotAddSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"netcoreapp1.0": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.6",
18+
"version": "1.0.7",
1919
"type": "platform"
2020
}
2121
}

samples/SelfHostServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.6",
17+
"version": "1.0.7",
1818
"type": "platform"
1919
}
2020
}

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.6",
17+
"version": "1.0.7",
1818
"type": "platform"
1919
},
2020
"System.Net.Http.WinHttpHandler": "4.0.3",

test/Microsoft.Net.Http.Server.FunctionalTests/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.Net.Http": "4.1.3",

test/Microsoft.Net.Http.Server.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
},

0 commit comments

Comments
 (0)