diff --git a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json index efab37f340..0a162c0573 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json @@ -1,12 +1,8 @@ { "dependencies": { - "dotnet-test-xunit": "1.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0", - "Microsoft.AspNetCore.TestHost": "1.1.0-*", - "Microsoft.AspNetCore.Testing": "1.1.0-*", - "xunit": "2.1.0" + "Microsoft.AspNetCore.TestHost": "1.1.0-*" }, "testRunner": "xunit", "frameworks": { @@ -17,20 +13,9 @@ "type": "platform" } }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] + "imports": "dotnet5.4" }, - "net451": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.Threading.Tasks": "" - }, - "dependencies": { - "xunit.runner.console": "2.1.0" - } - } + "net451": {} }, "buildOptions": { "warningsAsErrors": true diff --git a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json index 0aca3252bf..14275b9240 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json @@ -9,11 +9,12 @@ } }, "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", - "xunit": "2.1.0" + "Moq": "4.6.25-*", + "xunit": "2.2.0-*" }, "testRunner": "xunit", "frameworks": { @@ -23,23 +24,10 @@ "version": "1.0.0-*", "type": "platform" }, - "moq.netcore": "4.4.0-beta8", "System.Diagnostics.TraceSource": "4.0.0-*" }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] + "imports": "dotnet5.4" }, - "net451": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - } + "net451": {} } } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json index 7ab2758a6f..e4d80cb1ed 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "DatabaseErrorPageSample": "1.0.0", "DeveloperExceptionPageSample": "1.0.0", "ElmPageSample": "1.0.0", @@ -11,14 +11,10 @@ "MiddlewareAnalysisSample": "1.0.0", "StatusCodePagesSample": "1.0.0", "WelcomePageSample": "1.0.0", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { - "imports": [ - "dnxcore50", - "portable-net451+win8" - ], "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", @@ -26,11 +22,7 @@ } } }, - "net451": { - "dependencies": { - "xunit.runner.console": "2.1.0" - } - } + "net451": {} }, "testRunner": "xunit", "version": "1.1.0-*" diff --git a/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json b/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json index b8b70c8ac7..766b20bd13 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json @@ -15,7 +15,7 @@ }, "dependencies": { "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.Elm": "0.2.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*", @@ -23,7 +23,8 @@ "Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*", - "xunit": "2.1.0" + "Moq": "4.6.25-*", + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { @@ -32,24 +33,11 @@ "version": "1.0.0-*", "type": "platform" }, - "moq.netcore": "4.4.0-beta8", "System.Diagnostics.TraceSource": "4.0.0-*" }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] + "imports":"dotnet5.4" }, - "net451": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - } + "net451": {} }, "testRunner": "xunit" } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json b/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json index ee7f636d24..b28fe61549 100644 --- a/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json +++ b/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json @@ -3,14 +3,14 @@ "warningsAsErrors": false }, "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { @@ -19,21 +19,9 @@ "version": "1.0.0-*", "type": "platform" } - }, - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] - }, - "net451": { - "frameworkAssemblies": { - "System.Runtime": "", - "System.Threading.Tasks": "" - }, - "dependencies": { - "xunit.runner.console": "2.1.0" } - } + }, + "net451": {} }, "testRunner": "xunit" } \ No newline at end of file