Updating the xunit version to match the new version of dotnet-test-xunit.

This commit is contained in:
Livar Cunha 2016-08-09 14:26:14 -07:00
parent dc7f1fdf84
commit 7b94fa7df2
33 changed files with 33 additions and 36 deletions

View file

@ -5,6 +5,7 @@
<clear /> <clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" /> <add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View file

@ -2,11 +2,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.NETCore.Platforms": "1.0.1", "xunit": "2.2.0-beta3-build3330"
"xunit": "2.1.0",
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View file

@ -7,7 +7,7 @@
}, },
"System.Linq.Expressions": "4.1.0", "System.Linq.Expressions": "4.1.0",
"System.Runtime.Serialization.Primitives": "4.1.1", "System.Runtime.Serialization.Primitives": "4.1.1",
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.InternalAbstractions": { "Microsoft.DotNet.InternalAbstractions": {
"target": "project" "target": "project"

View file

@ -18,7 +18,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914"
}, },

View file

@ -18,7 +18,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"xunit.netcore.extensions": "1.0.0-prerelease-00206", "xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914"

View file

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"xunit.runner.console": "2.1.0", "xunit.runner.console": "2.1.0",
"Microsoft.Deployment.WindowsInstaller": "1.0.0" "Microsoft.Deployment.WindowsInstaller": "1.0.0"
}, },

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -34,7 +34,7 @@
"target": "project" "target": "project"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914"
}, },

View file

@ -15,7 +15,7 @@
"Microsoft.DotNet.Compiler.Common": { "Microsoft.DotNet.Compiler.Common": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -20,7 +20,7 @@
}, },
"FluentAssertions": "4.0.0", "FluentAssertions": "4.0.0",
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -14,7 +14,7 @@
"Microsoft.DotNet.InternalAbstractions": { "Microsoft.DotNet.InternalAbstractions": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"FluentAssertions.Json": "4.12.0", "FluentAssertions.Json": "4.12.0",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },

View file

@ -14,7 +14,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -20,7 +20,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"FluentAssertions": "4.0.0", "FluentAssertions": "4.0.0",
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.TestFramework": { "target": "project" }, "Microsoft.DotNet.TestFramework": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { "target": "project" },

View file

@ -15,7 +15,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"xunit.netcore.extensions": "1.0.0-prerelease-00206", "xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028" "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028"

View file

@ -14,7 +14,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -18,7 +18,7 @@
"TestAppWithPortablePdbs": { "TestAppWithPortablePdbs": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"FluentAssertions": "4.2.2" "FluentAssertions": "4.2.2"
}, },

View file

@ -13,7 +13,7 @@
"TestAppWithPortablePdbs": { "TestAppWithPortablePdbs": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"FluentAssertions": "4.2.2", "FluentAssertions": "4.2.2",
"moq.netcore": "4.4.0-beta8" "moq.netcore": "4.4.0-beta8"

View file

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.NETCore.Platforms": "1.0.1", "Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {

View file

@ -11,7 +11,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -9,7 +9,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -11,7 +11,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -29,7 +29,7 @@
"Microsoft.DotNet.ProjectModel": { "Microsoft.DotNet.ProjectModel": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"FluentAssertions": "4.2.2" "FluentAssertions": "4.2.2"

View file

@ -12,7 +12,7 @@
"dotnet": { "dotnet": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -13,7 +13,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"xunit.netcore.extensions": "1.0.0-prerelease-00206", "xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0" "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"xunit.netcore.extensions": "1.0.0-prerelease-00206", "xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Cli.Utils": { "Microsoft.DotNet.Cli.Utils": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },
"frameworks": { "frameworks": {

View file

@ -12,7 +12,7 @@
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-rc2-318883-21" "dotnet-test-xunit": "1.0.0-rc2-318883-21"
}, },

View file

@ -18,7 +18,7 @@
"System.Net.NameResolution": "4.0.0", "System.Net.NameResolution": "4.0.0",
"System.Net.Sockets": "4.1.0", "System.Net.Sockets": "4.1.0",
"System.Runtime.Serialization.Primitives": "4.1.1", "System.Runtime.Serialization.Primitives": "4.1.1",
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914"
}, },

View file

@ -13,7 +13,7 @@
"version": "4.0.0", "version": "4.0.0",
"exclude": "Compile" "exclude": "Compile"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"FluentAssertions": "4.2.2" "FluentAssertions": "4.2.2"

View file

@ -16,7 +16,7 @@
"target": "project", "target": "project",
"type": "build" "type": "build"
}, },
"xunit": "2.1.0", "xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-318883-21", "dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914" "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000914"
}, },