Updating to RTM builds of xunit and Moq (#4946)
This commit is contained in:
parent
4fe758240f
commit
222165e145
|
|
@ -4,31 +4,24 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*"
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.TestCommon": {
|
"Microsoft.AspNetCore.Mvc.TestCommon": {
|
||||||
|
|
@ -11,29 +11,22 @@
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": 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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -21,29 +21,23 @@
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
|
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*"
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
"System.Xml.XmlDocument": "4.0.1-*"
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -13,29 +13,22 @@
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.TestCommon": {
|
"Microsoft.AspNetCore.Mvc.TestCommon": {
|
||||||
|
|
@ -13,29 +13,22 @@
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -13,29 +13,22 @@
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports":"dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -12,29 +12,22 @@
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.1.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*"
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"ApiExplorerWebSite": "1.0.0",
|
"ApiExplorerWebSite": "1.0.0",
|
||||||
"ApplicationModelWebSite": "1.0.0",
|
"ApplicationModelWebSite": "1.0.0",
|
||||||
"BasicWebSite": "1.0.0",
|
"BasicWebSite": "1.0.0",
|
||||||
|
|
@ -40,7 +40,8 @@
|
||||||
"TagHelpersWebSite": "1.0.0",
|
"TagHelpersWebSite": "1.0.0",
|
||||||
"VersioningWebSite": "1.0.0",
|
"VersioningWebSite": "1.0.0",
|
||||||
"WebApiCompatShimWebSite": "1.0.0",
|
"WebApiCompatShimWebSite": "1.0.0",
|
||||||
"XmlFormattersWebSite": "1.0.0"
|
"XmlFormattersWebSite": "1.0.0",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -51,10 +52,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": "portable-net451+win8"
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -12,29 +12,22 @@
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*"
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Localization": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Localization": "1.1.0-*",
|
||||||
|
|
@ -11,29 +11,22 @@
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*"
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -11,7 +11,9 @@
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*"
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
|
@ -23,34 +25,20 @@
|
||||||
"include": "TestFiles/**"
|
"include": "TestFiles/**"
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"include": "**/*.cs",
|
"exclude": "TestFiles/**"
|
||||||
"exclude": [
|
|
||||||
"TestFiles/**",
|
|
||||||
"bin",
|
|
||||||
"obj"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*",
|
||||||
|
|
@ -30,29 +30,22 @@
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
|
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"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.Mvc.DataAnnotations": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -15,29 +15,22 @@
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3,34 +3,27 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
"System.Xml.XmlDocument": "4.0.1-*"
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"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.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
|
||||||
|
|
@ -19,29 +19,22 @@
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
|
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": "dotnet5.4",
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3,22 +3,20 @@
|
||||||
"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.Mvc.WebApiCompatShim": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"commands": {
|
|
||||||
"test": "xunit.runner.aspnet"
|
|
||||||
},
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dotnet5.4",
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -26,19 +24,9 @@
|
||||||
"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-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Reflection": "",
|
|
||||||
"System.Threading.Tasks": ""
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue