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

@ -8,12 +8,11 @@
"FluentAssertions": "4.0.0",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
"Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.TestFramework": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.InternalAbstractions": {
"target": "project",
"version": "1.0.0-rc2-*"
"target": "project"
}
},
"frameworks": {

View file

@ -6,7 +6,7 @@
"version": "1.0.0-rc2-*"
},
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
"Microsoft.DotNet.TestFramework": { "target": "project" },
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},