Make dotnet cli portable

This commit is contained in:
Pavel Krymets 2016-03-24 09:36:05 -07:00
parent 8df6f5405d
commit 18436e325e
38 changed files with 194 additions and 71 deletions

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23928",
"Microsoft.NETCore.App": "1.0.0-rc2-23928",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},