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

Fixes for the new portable class library support #390

Merged
merged 4 commits into from
Nov 25, 2014

Conversation

christianlang
Copy link
Contributor

This includes a fix for the issue brought up by @cdrnet in #380.

@@ -166,8 +162,8 @@ type FrameworkIdentifier =
| Silverlight "v3.0" -> [ ]
| Silverlight "v4.0" -> [ Silverlight "v3.0" ]
| Silverlight "v5.0" -> [ Silverlight "v4.0" ]
| Windows "v8.0" -> [ ]
| Windows "v8.1" -> [ Windows "v8.0" ]
| Windows "v4.5" -> [ ]
Copy link
Member

Choose a reason for hiding this comment

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

we should also make these union values

forki added a commit that referenced this pull request Nov 25, 2014
Fixes for the new portable class library support
@forki forki merged commit 684bfa3 into fsprojects:master Nov 25, 2014
@forki
Copy link
Member

forki commented Nov 25, 2014

thanks. we're making good progress

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.

2 participants