Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle silverlight framework identifiers comparison #1130

Closed
wants to merge 7 commits into from
Closed

Conversation

forki
Copy link
Member

@forki forki commented Oct 12, 2015

simpler approach than #1127

vbfox and others added 6 commits October 11, 2015 14:15
FrameworkIdentifier instances were compared structurally before but it
was problematic in some cases as '>= net45' matched 'sl40' that wasn't
in the same framework.

This commit add new operators (.>, .>=, .<, .<=) and methods (Min, Max,
IsSameFramework) to FrameworkIdentifier that do the comparison with the
expected semantic.

Fixes #1124
@forki forki closed this Oct 15, 2015
@matthid matthid deleted the silverlight branch May 6, 2017 13:58
@matthid
Copy link
Member

matthid commented May 6, 2017

Deleting the branch as the module has been rewritten in the mean time

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

Successfully merging this pull request may close these issues.

3 participants