GodaddyWrapper.Net icon indicating copy to clipboard operation
GodaddyWrapper.Net copied to clipboard

Update test project to target net8.0 for Microsoft.NET.Test.Sdk 18.0.1 compatibility

Open Copilot opened this issue 1 month ago • 0 comments

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.

Copilot avatar Jan 15 '26 16:01 Copilot