Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Microsoft.NET.Test.Sdk 18.0.1 requires .NET 8.0 or later for .NET Core targets. The test project was targeting net462;net6.0;net8.0, preventing the dependency upgrade.

Changes

  • Removed net6.0 from test project target frameworks, now targets net462;net8.0
  • Updated conditional NETCORE constant definition to apply only to net8.0 target

This allows the Microsoft.NET.Test.Sdk upgrade from 17.13.0 to 18.0.1 to proceed without compatibility issues.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: ahwm <20478373+ahwm@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Microsoft.NET.Test.Sdk to version 18.0.1 Update test project to target net8.0 for Microsoft.NET.Test.Sdk 18.0.1 compatibility Jan 15, 2026
Copilot AI requested a review from ahwm January 15, 2026 16:22
@ahwm ahwm marked this pull request as ready for review January 15, 2026 17:08
@ahwm ahwm merged commit 1834379 into dependabot/nuget/src/GodaddyWrapper.Tests/Microsoft.NET.Test.Sdk-18.0.1 Jan 15, 2026
1 check passed
@ahwm ahwm deleted the copilot/sub-pr-96 branch January 15, 2026 17:09
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.

2 participants