Release 0.3.0 - #8
Merged
Merged
Conversation
Split Microsoft.Extensions.DependencyInjection.Abstractions into per-target-framework version floors so a library consumer is never forced off its own runtime-aligned servicing line by lowest-applicable-version resolution: net8.0 floors at 8.0.2, net10.0 at 10.0.10. Spectre.Console (0.56.0) and Spectre.Console.Cli (0.55.0) version independently of the runtime and stay as single common floors; SourceLink (build-time only) and test deps are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump Spectre.Console (and test-only Spectre.Console.Testing) to 0.57.2, Microsoft.SourceLink.GitHub to 10.0.301, and the test-only Microsoft.Extensions.DependencyInjection to 10.0.10 and Microsoft.NET.Test.Sdk to 18.8.1. Spectre.Console.Cli stays 0.55.0 (its latest stable, floors Spectre.Console >= 0.55.0); xunit, xunit.runner.visualstudio, and coverlet.collector were already latest. Verified via Release build on both TFMs and the full test suite. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Release 0.3.0.
Per-TFM dependency floors for runtime-aligned Microsoft deps
In a library a
PackageReferenceversion is a minimum floor NuGet forces on every consumer (lowest-applicable-version resolution). A single high floor on a runtime-aligned package forces lower-TFM consumers off their own servicing line.Microsoft.Extensions.DependencyInjection.Abstractionsnow floors per target framework:net8.0→8.0.2(latest 8.0.x LTS servicing)net10.0→10.0.10(latest 10.0.x servicing)Spectre.Console/Spectre.Console.Cliversion independently of the runtime and stay as single common floors. SourceLink (build-time only) and test deps are unchanged in shape.Dependency updates to latest stable
Spectre.Console(and test-onlySpectre.Console.Testing) → 0.57.2Microsoft.SourceLink.GitHub→ 10.0.301Microsoft.Extensions.DependencyInjection→ 10.0.10,Microsoft.NET.Test.Sdk→ 18.8.1Spectre.Console.Cliremains 0.55.0 (its latest stable; floorsSpectre.Console >= 0.55.0)xunit,xunit.runner.visualstudio,coverlet.collectoralready latestVerification
dotnet build -c Releasefor net8.0 and net10.0 — 0 warnings (TreatWarningsAsErrors on)dotnet test -c Release— 32/32 passdotnet pack— nuspec confirms per-TFM dependency groups show the intended per-major floors🤖 Generated with Claude Code