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

Add netsdk overrides #2023

Merged
merged 3 commits into from
Mar 15, 2018

Conversation

KevinRansom
Copy link
Member

Due to the way F# is integrated into the Net Sdk it is not possible for an F# target file to override SDK targets.

We need to be able to do that to enable the Net Sdkmechanism to add AssemblyInfo properties to F# apps and libraries.

This PR renames the existing Microsoft.Net.Sdk.FSharp.targets to Microsoft.FSharp.NetSdk.targets, so that we can use the name Microsoft.Net.Sdk.FSharp.targets consistently with C# and VB.
Microsoft.Net.Sdk.FSharp.targets selects a target file deployed with F# compiler.

@nguerrera, @livarcocc , @brettfo

@nguerrera
Copy link
Contributor

Note this will need ask mode approval.

@KevinRansom
Copy link
Member Author

@nguerrera yep I get that.

@livarcocc livarcocc added this to the 2.1.3xx milestone Mar 9, 2018
@KevinRansom
Copy link
Member Author

@dotnet-bot test OSX10.12 Debug please
@dotnet-bot test OSX10.12 Release please

@KevinRansom
Copy link
Member Author

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