-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Stop bundling obsolete FSharp.NET.SDK #51650
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes support for the obsolete FSharp.NET.SDK package which is no longer needed, as referenced in issue #48818. The changes simplify the build configuration by removing conditional logic that detected and accommodated the old SDK.
- Simplified FSharp props configuration by removing conditional detection of FSharp.NET.Sdk properties
- Removed FSharp.NET.Sdk from the list of bundled SDKs
- Removed FSharp.NET.Sdk from Stage0 SDK file inclusions used in performance tests
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FSharp.props | Removed conditional logic that detected FSharp.NET.Sdk-specific properties and simplified PropertyGroup to always set UseBundledFSharpTargets to true by default |
| src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj | Removed FSharp.NET.Sdk from the Stage0SdkFile items used for performance test layout |
| src/Layout/redist/targets/BundledSdks.targets | Removed FSharp.NET.Sdk entry from the BundledSdk list, eliminating its inclusion in the SDK bundle |
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FSharp.props
Outdated
Show resolved
Hide resolved
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FSharp.props
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
18688f4 to
70fcfc0
Compare
Related to #48818