Fix build3 tests.

This commit is contained in:
Eric Erhardt 2016-07-21 18:29:35 -05:00
parent 69619c0716
commit e908ffec91
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,8 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0"
"version": "1.0.0",
"type": "platform"
}
}
}