Updating to RTM builds of xunit and Moq

This commit is contained in:
Pranav K 2016-06-30 16:00:14 -07:00
parent de668c2ebd
commit a09bce0c07
2 changed files with 8 additions and 23 deletions

View File

@ -1,14 +1,14 @@
{
"version": "1.1.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
@ -20,17 +20,9 @@
"System.Net.Http": "4.1.0-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1-*"
},
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81",
"dotnet",
"portable-net45+win8"
]
}
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}

View File

@ -1,11 +1,12 @@
{
"version": "1.1.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0"
"Moq": "4.6.25-*",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
@ -20,19 +21,11 @@
"System.Net.Http": "4.1.0-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.Sockets": "4.1.0-*",
"System.Runtime.Handles": "4.0.1-*",
"moq.netcore": "4.4.0-beta8"
"System.Runtime.Handles": "4.0.1-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
"imports": "dotnet5.4"
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0",
"Moq": "4.2.1312.1622"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}