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

@ -8,7 +8,10 @@
"System.Linq.Expressions": "4.1.0",
"System.Runtime.Serialization.Primitives": "4.1.1",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {