Move to P2P references all over the place

This commit is contained in:
Bryan Thornbury 2016-05-05 17:21:27 -07:00
parent abc155e273
commit f538c4f19f
19 changed files with 35 additions and 38 deletions

View file

@ -12,9 +12,9 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*"
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Compiler.Common": { "target": "project" }
},
"frameworks": {
"netcoreapp1.0": {