Updating dependencies to use the new dependencymodel and platformabstractions. Also updated the xunit template to add internalabstractions.

Conflicts:
	src/Microsoft.DotNet.Cli.Utils/project.json
	test/dotnet-build.Tests/BuildOutputTests.cs
This commit is contained in:
Livar Cunha 2016-08-05 16:54:41 -07:00
parent ee1474c161
commit e900e23544
30 changed files with 42 additions and 31 deletions

View file

@ -3,7 +3,10 @@
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"Microsoft.NETCore.Platforms": "1.0.1",
"xunit": "2.1.0"
"xunit": "2.1.0",
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {