Fixed build

This commit is contained in:
David Fowler 2016-03-25 02:36:27 -07:00
parent d04f2fd2ee
commit f5fbae6776
2 changed files with 8 additions and 6 deletions

View File

@ -12,8 +12,7 @@
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*", "Microsoft.Extensions.WebEncoders": "1.0.0-*",
"xunit": "2.1.0", "xunit": "2.1.0"
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
@ -24,7 +23,9 @@
], ],
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*", "dotnet-test-xunit": "1.0.0-dev-*",
"moq.netcore": "4.4.0-beta8" "moq.netcore": "4.4.0-beta8",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
} }
}, },
"net451": { "net451": {

View File

@ -9,8 +9,7 @@
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Newtonsoft.Json": "8.0.3", "Newtonsoft.Json": "8.0.3",
"xunit": "2.1.0", "xunit": "2.1.0"
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
@ -21,7 +20,9 @@
], ],
"dependencies": { "dependencies": {
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*" "dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
} }
}, },
"net451": { "net451": {