Skip to content

Remove duplicate FsUnit reference and update Microsoft.NET.Test.Sdk - #217

Merged
SchlenkR merged 3 commits into
masterfrom
chore/tests-fsunit-dedupe
Aug 3, 2026
Merged

Remove duplicate FsUnit reference and update Microsoft.NET.Test.Sdk#217
SchlenkR merged 3 commits into
masterfrom
chore/tests-fsunit-dedupe

Conversation

@SchlenkR

@SchlenkR SchlenkR commented Aug 3, 2026

Copy link
Copy Markdown
Member

src/Tests/Tests.fsproj referenced FsUnit twice in the same ItemGroup (6.0.1 and 5.6.1) without a condition, which is why Dependabot kept proposing a 5.6.1 -> 6.0.1 bump (#204) that would have left two identical entries behind. Removes the stale 5.6.1 line instead.

Also updates Microsoft.NET.Test.Sdk 17.11.1 -> 17.12.0 in both test projects, superseding #209 (closed by Dependabot). Notes for future bumps:

  • 17.13+ hard-errors on net6.0 (Microsoft.NET.Test.Sdk doesn't support net6.0), so 17.12.0 is the ceiling until the test projects move to net8.0.
  • Test.CSharp.csproj carries its own Test.Sdk reference; bumping only Tests.fsproj triggers NU1605. That is why the single-project Dependabot PRs never went green.

@SchlenkR
SchlenkR merged commit cfcd6c9 into master Aug 3, 2026
2 checks passed
@SchlenkR
SchlenkR deleted the chore/tests-fsunit-dedupe branch August 3, 2026 07:14
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.

1 participant