Revert to Microsoft.NETCore.App to 1.0.0

This commit is contained in:
Pranav K 2016-10-05 12:02:23 -07:00
parent 91497621c9
commit f1f66448f4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.0.0",
"type": "platform"
},
"System.Net.Http.WinHttpHandler": "4.3.0-*",

View File

@ -12,7 +12,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.0.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*",