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

make xamarin stuff work with netstandard (#2396). #2411

Merged
merged 4 commits into from Jun 10, 2017
Merged

make xamarin stuff work with netstandard (#2396). #2411

merged 4 commits into from Jun 10, 2017

Conversation

matthid
Copy link
Member

@matthid matthid commented Jun 10, 2017

Fixes #2396.

@@ -513,7 +513,7 @@ module FrameworkDetection =
| "netcore10" -> Some (DotNetCore DotNetCoreVersion.V1_0)
| "netcore11" -> Some (DotNetCore DotNetCoreVersion.V1_1)
| "netcore20" -> Some (DotNetCore DotNetCoreVersion.V2_0)
| v when v.StartsWith "netstandard" -> Some(DotNetStandard DotNetStandardVersion.V1_6)
//| v when v.StartsWith "netstandard" -> Some(DotNetStandard DotNetStandardVersion.V1_6)
Copy link
Member

Choose a reason for hiding this comment

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

?

Copy link
Member Author

@matthid matthid Jun 10, 2017

Choose a reason for hiding this comment

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

not sure we want to do that - it was already wrong for the "netstandard" case and it is basically wrong when new ones are added

@forki
Copy link
Member

forki commented Jun 10, 2017 via email

@matthid
Copy link
Member Author

matthid commented Jun 10, 2017

Ok, Obviously the cleanup crew wasn't there jet ;)

@matthid matthid changed the title make xamarin stuff work with netstandard. make xamarin stuff work with netstandard (#2396). Jun 10, 2017
<Paket>True</Paket>
</Reference>
</ItemGroup>
</When>
Copy link
Member Author

Choose a reason for hiding this comment

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

Not exactly sure what paket is doing there, but I guess it's correct...

<HintPath>..\..\packages\razor4\System.AppContext\ref\netstandard1.6\System.AppContext.xml</HintPath>
<Private>False</Private>
<Paket>True</Paket>
</Reference>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is another bug I'm fixing another time #2390

@matthid matthid merged commit 065914c into master Jun 10, 2017
@matthid matthid deleted the fix_2396 branch June 15, 2017 22:10
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.

None yet

2 participants