Updating to RTM builds of xunit and Moq
This commit is contained in:
parent
90dc4bc207
commit
902190406d
|
|
@ -4,10 +4,11 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
|
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
@ -16,25 +17,11 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"moq.netcore": "4.4.0-beta8",
|
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": "dotnet5.4"
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Threading.Tasks": ""
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622",
|
|
||||||
"xunit.runner.console": "2.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
@ -3,14 +3,14 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Routing": "1.1.0-*",
|
"Microsoft.AspNetCore.Routing": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
|
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.1.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
@ -18,23 +18,10 @@
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
}
|
||||||
"System.Diagnostics.Process": "4.1.0-*"
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"net451": {
|
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Threading.Tasks": ""
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"xunit.runner.console": "2.1.0"
|
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"net451": {}
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
"Microsoft.AspNetCore.Http": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Routing": "1.1.0-*",
|
"Microsoft.AspNetCore.Routing": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
|
|
@ -11,7 +11,8 @@
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
|
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
@ -20,25 +21,11 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"moq.netcore": "4.4.0-beta8",
|
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": "dotnet5.4"
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Threading.Tasks": ""
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622",
|
|
||||||
"xunit.runner.console": "2.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue