|
|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"dependencies": {
|
|
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
|
|
|
- "dotnet-test-xunit": "1.0.0-*",
|
|
|
+ "dotnet-test-xunit": "2.2.0-*",
|
|
|
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
|
|
|
"Microsoft.AspNetCore.DataProtection.Test.Shared": {
|
|
|
"type": "build",
|
|
|
@@ -9,7 +9,8 @@
|
|
|
},
|
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
|
|
- "xunit": "2.1.0"
|
|
|
+ "Moq": "4.6.25-*",
|
|
|
+ "xunit": "2.2.0-*"
|
|
|
},
|
|
|
"frameworks": {
|
|
|
"netcoreapp1.0": {
|
|
|
@@ -18,23 +19,11 @@
|
|
|
"version": "1.0.0-*",
|
|
|
"type": "platform"
|
|
|
},
|
|
|
- "moq.netcore": "4.4.0-beta8",
|
|
|
- "System.Diagnostics.Process": "4.1.0-*",
|
|
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
|
|
},
|
|
|
- "imports": [
|
|
|
- "dnxcore50",
|
|
|
- "portable-net451+win8"
|
|
|
- ]
|
|
|
+ "imports": "dotnet5.4"
|
|
|
},
|
|
|
- "net451": {
|
|
|
- "dependencies": {
|
|
|
- "Moq": "4.2.1312.1622"
|
|
|
- },
|
|
|
- "frameworkAssemblies": {
|
|
|
- "System.Threading.Tasks": ""
|
|
|
- }
|
|
|
- }
|
|
|
+ "net451": {}
|
|
|
},
|
|
|
"testRunner": "xunit",
|
|
|
"buildOptions": {
|