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

added WPA81 to the list of PCL targets #575

Merged
merged 3 commits into from
Sep 24, 2014

Conversation

hippiehunter
Copy link
Contributor

this is to solve #574

@hippiehunter hippiehunter mentioned this pull request Sep 23, 2014
@anaisbetts
Copy link
Contributor

Cool - will this also ensure the NuGet package gets correctly generated? (i.e. the portable string includes wpa81?)

@hippiehunter
Copy link
Contributor Author

Based on the contents of Octokit.nuspec it looks like the supported frameworks stuff is being derived by nuget.exe but ive never used the implicit stuff to determine frameworks before so i don't really know if there is something hidden elsewhere.

Edit: build.fsx is what determines the nuget package construction i will modify the PR with this once the NSubstitute failure is figured out.

@hippiehunter
Copy link
Contributor Author

I'm not sure i understand the build failure that is present here, how has the addition of wpa81 to the pcl targets caused NSubstitute to not exist in the tests (for all of the test projects)?

@anaisbetts
Copy link
Contributor

I'm not sure i understand the build failure that is present here, how has the addition of wpa81 to the pcl targets caused NSubstitute to not exist in the tests (for all of the test projects)?

Not sure, this may be unrelated

@shiftkey
Copy link
Member

The NSubstitute thing is unrelated, fixing it over here #572

@@ -2,7 +2,7 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
Copy link
Member

Choose a reason for hiding this comment

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

We don't need this change. 🔥 it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the PCL retargeting dialog adds that rather intentionally when targeting wpa81, wp81 or win81,

Copy link
Member

Choose a reason for hiding this comment

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

Not sure why it'd target an older version, but we can't support VS2012 or lower due to a WONTFIX issue with PCL + CodeAnalysis...

@hippiehunter
Copy link
Contributor Author

Is anything else required here?

anaisbetts pushed a commit that referenced this pull request Sep 24, 2014
added WPA81 to the list of PCL targets
@anaisbetts anaisbetts merged commit 756d5cc into octokit:master Sep 24, 2014
@anaisbetts
Copy link
Contributor

Nope. Thanks @hippiehunter!

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