-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This should be done after Oct 14 when .NET 10 RC 2 is released.
.NET 10 can be downloaded from here. You will need the latest Visual Studio Preview to run the project with this version. Make sure to set TargetNetNext to true in the project.
To-do:
- Verify and update to make sure build files reference and install .NET 10 RC 2 explicitly (no wildcards). We want to make sure we know what SDK is used to build the binaries.
- Update any package dependencies to reference the explicit .NET 10 RC 2 package versions.
- Resolve any new analyzer warnings and errors.
- Confirm net10 binaries are created when testing locally or in the build pipeline.
- Confirm all tests pass, including .NET 10 ones.
- Check .NET 10 breaking changes for RC 2 breaking changes in .NET 10 and update the code accordingly.
See #202 as a reference for what changes were done to enable .NET 10 preview version and see if anything else that needs to be done that wasn't mentioned above.
Copilot
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request