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:
authorJon Hanna <jon@hackcraft.net>2016-11-17 00:06:54 +0300
committerJon Hanna <jon@hackcraft.net>2016-11-23 05:16:15 +0300
commitc0e67b29c4bc1cbb5fa8b82817a73c1e64a560f4 (patch)
tree8e531b93e7062d21c7d26cabb42d4c5a2303cfa4 /pkg/Microsoft.Private.PackageBaseline
parent23b5a9dd6391ff1000a7773738cd2be8cdcc9ff9 (diff)
Implement Enumerable.ToHashSet()
Closes #2323 A straight-forward implementation, forgoing any optimisations. HashSet's constructor already has some for some cases, and others could be wasteful unless not just the number of elements, but the number of elements that are distinct in terms of the equality comparer can be predicted.
Diffstat (limited to 'pkg/Microsoft.Private.PackageBaseline')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 94bafced5a..91d2209df2 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -1604,7 +1604,7 @@
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.1.0",
"4.1.1.0": "4.3.0",
- "4.1.2.0": "4.4.0"
+ "4.2.0.0": "4.4.0"
}
},
"System.Linq.Expressions": {