Bump to .NET 11 (preview) and nugets to v0.0.7#76
Merged
Merged
Conversation
- Retarget the five ioxide packages (ioxide, .file, .pg, .redis, .tls) plus the Playground/Examples/e2e projects from net10.0 to net11.0 - Bump package versions 0.0.6 -> 0.0.7 - Pin the SDK to .NET 11 preview (11.0.100-preview.5.26302.115) via global.json - CI: install the .NET 11 preview SDK in build.yml Research/* experiments are left untouched (outside the solution).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the ioxide package family to .NET 11 and the NuGet versions to 0.0.7.
Changes
net10.0→net11.0for the five published packages (ioxide,ioxide.file,ioxide.pg,ioxide.redis,ioxide.tls) and the in-solution consumers (Playground,Examples,Tests/ioxide.e2e).0.0.6→0.0.7for all five packages.global.jsonadded, pinning the SDK to11.0.100-preview.5.26302.115.build.yml) now installs the .NET 11 preview SDK so restore/build/pack run on net11.Research/*experiments are intentionally left untouched (outsideioxide.slnx, separate versioning).Notes
Verification
dotnet build ioxide.slnx -c Releasesucceeds on the .NET 11 preview SDK — all 8 solution projects, 0 warnings / 0 errors.