Updating to RTM builds of xunit and Moq
This commit is contained in:
parent
cf6e0de480
commit
60a08bcbaf
|
|
@ -17,14 +17,8 @@
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
}
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
}
|
||||||
"System.Diagnostics.Process": "4.1.0-*"
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,33 +3,24 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Localization": "1.1.0-*",
|
"Microsoft.AspNetCore.Localization": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
|
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
|
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
}
|
||||||
"System.Diagnostics.Process": "4.1.0-*"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
@ -3,31 +3,21 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Localization": "1.1.0-*",
|
"Microsoft.AspNetCore.Localization": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
||||||
"xunit": "2.1.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
}
|
||||||
"System.Diagnostics.Process": "4.1.0-*"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Threading.Tasks": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,37 +4,25 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Localization": "1.1.0-*",
|
"Microsoft.Extensions.Localization": "1.1.0-*",
|
||||||
"xunit": "2.1.0-*"
|
"Moq": "4.6.25-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"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.Resources.Writer": "4.0.0-*",
|
"System.Resources.Writer": "4.0.0-*",
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {}
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": "",
|
|
||||||
"System.Threading.Tasks": ""
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"Moq": "4.2.1312.1622"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue