Updating to RTM builds of dotnet-test-xunit and Moq

This commit is contained in:
Pranav K 2016-06-29 16:35:24 -07:00
parent a2857238f9
commit 5c7157919b
5 changed files with 20 additions and 79 deletions

View File

@ -1,12 +1,8 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*"
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
@ -17,20 +13,9 @@
"type": "platform" "type": "platform"
} }
}, },
"imports": [ "imports": "dotnet5.4"
"dnxcore50",
"portable-net451+win8"
]
}, },
"net451": { "net451": {}
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
}, },
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true

View File

@ -9,11 +9,12 @@
} }
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "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-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
@ -23,23 +24,10 @@
"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.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"
}
}
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"DatabaseErrorPageSample": "1.0.0", "DatabaseErrorPageSample": "1.0.0",
"DeveloperExceptionPageSample": "1.0.0", "DeveloperExceptionPageSample": "1.0.0",
"ElmPageSample": "1.0.0", "ElmPageSample": "1.0.0",
@ -11,14 +11,10 @@
"MiddlewareAnalysisSample": "1.0.0", "MiddlewareAnalysisSample": "1.0.0",
"StatusCodePagesSample": "1.0.0", "StatusCodePagesSample": "1.0.0",
"WelcomePageSample": "1.0.0", "WelcomePageSample": "1.0.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-*",
@ -26,11 +22,7 @@
} }
} }
}, },
"net451": { "net451": {}
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
}, },
"testRunner": "xunit", "testRunner": "xunit",
"version": "1.1.0-*" "version": "1.1.0-*"

View File

@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
@ -23,7 +23,8 @@
"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.FileProviders.Embedded": "1.1.0-*", "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"xunit": "2.1.0" "Moq": "4.6.25-*",
"xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -32,24 +33,11 @@
"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.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"
} }

View File

@ -3,14 +3,14 @@
"warningsAsErrors": false "warningsAsErrors": false
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*", "Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"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-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -19,21 +19,9 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
} }
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} },
"net451": {}
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }