From 3aadaff51856448d9a9f262e31cc5cdf6d2259ed Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 3 Mar 2016 15:41:17 -0600 Subject: Add working validation rules for xunit packages and apply them. --- tests/dir.props | 11 +++++++++-- tests/src/GC/Performance/Framework/project.json | 2 +- tests/src/JIT/config/benchmark+roslyn/project.json | 8 ++++---- tests/src/JIT/config/benchmark+serialize/project.json | 8 ++++---- tests/src/JIT/config/benchmark/project.json | 8 ++++---- 5 files changed, 22 insertions(+), 15 deletions(-) diff --git a/tests/dir.props b/tests/dir.props index 5fa0916776..30eb8f3fba 100644 --- a/tests/dir.props +++ b/tests/dir.props @@ -42,9 +42,16 @@ rc2-23816 - + 2.1.0 + + + 1.0.2-prerelease-00101 + + + 1.0.0-alpha-build0028 + @@ -100,7 +107,7 @@ - diff --git a/tests/src/GC/Performance/Framework/project.json b/tests/src/GC/Performance/Framework/project.json index 1071adbee3..e19904211f 100644 --- a/tests/src/GC/Performance/Framework/project.json +++ b/tests/src/GC/Performance/Framework/project.json @@ -10,7 +10,7 @@ "projectUrl": "", "licenseUrl": "", "dependencies": { - "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027", + "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", "xunit": "2.1.0" }, diff --git a/tests/src/JIT/config/benchmark+roslyn/project.json b/tests/src/JIT/config/benchmark+roslyn/project.json index 5ffd9da791..5ca8e71ada 100644 --- a/tests/src/JIT/config/benchmark+roslyn/project.json +++ b/tests/src/JIT/config/benchmark+roslyn/project.json @@ -1,9 +1,9 @@ { "dependencies": { "Microsoft.CodeAnalysis.Compilers": "1.1.1", - "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027", - "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027", - "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027", + "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028", + "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0028", + "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0028", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", "System.Console": "4.0.0-rc2-23816", "System.Numerics.Vectors": "4.1.1-rc2-23816", @@ -17,7 +17,7 @@ "System.Threading.Tasks": "4.0.10", "System.Threading.Tasks.Parallel": "4.0.0", "xunit": "2.1.0", - "xunit.console.netcore": "2.1.0", + "xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.runner.utility": "2.1.0" }, "frameworks": { diff --git a/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json index 45a6706167..06e9bc0a6c 100644 --- a/tests/src/JIT/config/benchmark+serialize/project.json +++ b/tests/src/JIT/config/benchmark+serialize/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027", - "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027", - "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027", + "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028", + "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0028", + "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0028", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", "Newtonsoft.Json": "7.0.1", "System.Console": "4.0.0-rc2-23816", @@ -15,7 +15,7 @@ "System.Xml.XmlDocument": "4.0.0", "System.Xml.XmlSerializer": "4.0.10", "xunit": "2.1.0", - "xunit.console.netcore": "2.1.0", + "xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.runner.utility": "2.1.0" }, "frameworks": { diff --git a/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json index ef7d37a4d2..b147a88d43 100644 --- a/tests/src/JIT/config/benchmark/project.json +++ b/tests/src/JIT/config/benchmark/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027", - "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027", - "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027", + "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0028", + "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0028", + "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0028", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816", "System.Collections.NonGeneric": "4.0.0", "System.Console": "4.0.0-rc2-23816", @@ -15,7 +15,7 @@ "System.Threading.Tasks": "4.0.10", "System.Threading.Tasks.Parallel": "4.0.0", "xunit": "2.1.0", - "xunit.console.netcore": "2.1.0", + "xunit.console.netcore": "1.0.2-prerelease-00101", "xunit.runner.utility": "2.1.0" }, "frameworks": { -- cgit v1.2.3