Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Target .NET Standard 2.0 #276

Merged
merged 1 commit into from
Jun 8, 2017
Merged

Target .NET Standard 2.0 #276

merged 1 commit into from
Jun 8, 2017

Conversation

natemcmaster
Copy link
Contributor

@@ -19,12 +19,10 @@ public static StringComparer GetStringComparer(StringComparison comparisonType)
return StringComparer.Ordinal;
case StringComparison.OrdinalIgnoreCase:
return StringComparer.OrdinalIgnoreCase;
#if !NETSTANDARD1_3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish. It's only part of .NET Core 2.0, not .NET Standard.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants