Bring Microsoft.NETCore.Platforms dependency back

This commit is contained in:
Pavel Krymets 2016-04-18 16:56:44 -07:00
parent eeed1036e3
commit 603d181241
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "1.0.0-*",

View File

@ -2,6 +2,7 @@
"version": "1.0.0",
"resource": "TestFiles/**/*",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "1.0.0-*",