GodaddyWrapper.Net
GodaddyWrapper.Net copied to clipboard
Update test project to target net8.0 for Microsoft.NET.Test.Sdk 18.0.1 compatibility
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.0from test project target frameworks, now targetsnet462;net8.0 - Updated conditional NETCORE constant definition to apply only to
net8.0target
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.