Skip to content

Conversation

@MichaelSimons
Copy link
Member

Related to #48818

Copy link
Contributor

Copilot AI left a 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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@MichaelSimons MichaelSimons merged commit 432b8e5 into dotnet:main Nov 12, 2025
26 checks passed
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.

4 participants