allow dotnet-publish to publish a library

fixes #314
This commit is contained in:
Andrew Stanton-Nurse 2015-11-30 12:26:53 -08:00
parent 11b43a37d6
commit caa2af2024
2 changed files with 7 additions and 10 deletions

View file

@ -1,8 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"System.Runtime": "4.0.21-beta-23428",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428"
"System.Runtime": "4.0.21-beta-23428"
},
"frameworks": {