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

Commit 8c103f0

Browse files
committed
Revert "Revert to Microsoft.NETCore.App to 1.0.0"
This reverts commit f1f6644.
1 parent 6c25326 commit 8c103f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"netcoreapp1.0": {
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.0",
22+
"version": "1.1.0-*",
2323
"type": "platform"
2424
},
2525
"System.Net.Http.WinHttpHandler": "4.3.0-*",

test/Microsoft.AspNetCore.Server.KestrelTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.0",
19+
"version": "1.1.0-*",
2020
"type": "platform"
2121
},
2222
"System.Diagnostics.TraceSource": "4.3.0-*",

0 commit comments

Comments
 (0)