Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2016-09-20 00:49:01 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-09-20 00:49:01 +0300
commite6ca0b494dbd37b6ce6cc84207f86c004f3aa341 (patch)
treed75df55a8cdfd0895aed74555f5ec7b6b991179d /src/System.Collections.NonGeneric/tests/project.json
parent1192eb5737ff557d14f4e8613452a32f383a2b74 (diff)
Fix Performance package references after dev/api merge
The performance package versions were reverted after the dev/api merge. This change bumps them back up as well as adds validation for the package version so we should catch this in the future.
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/project.json')
-rw-r--r--src/System.Collections.NonGeneric/tests/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Collections.NonGeneric/tests/project.json b/src/System.Collections.NonGeneric/tests/project.json
index 921bbb314b..db662397fe 100644
--- a/src/System.Collections.NonGeneric/tests/project.json
+++ b/src/System.Collections.NonGeneric/tests/project.json
@@ -20,7 +20,7 @@
},
"Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00807-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03",
- "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0039"
+ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040"
},
"frameworks": {
"netstandard1.3": {},