Skip to content

fix(deps): update fluentassertions to 7.2.1 and allow new versions below 8.x#52

Merged
lupusbytes merged 1 commit into
mainfrom
feature/fluent-assertions-pinning
Feb 8, 2026
Merged

fix(deps): update fluentassertions to 7.2.1 and allow new versions below 8.x#52
lupusbytes merged 1 commit into
mainfrom
feature/fluent-assertions-pinning

Conversation

@lupusbytes

Copy link
Copy Markdown
Contributor

This PR updates NuGet package FluentAssertions from 7.2.0 to 7.2.1.

It will also allow projects to use newer versions of FluentAssertions in the future, as long as the major version is below 8.x.
This is accomplished by changing the version range from
Exact version match
to
Mixed inclusive minimum and exclusive maximum version

This PR will fix the warning in my other project:

[NU1608] Warning As Error: Detected package version outside of dependency constraint: Atc.Test 2.0.16 requires FluentAssertions (= 7.2.0) but version FluentAssertions 7.2.1 was resolved.

@lupusbytes lupusbytes merged commit 59a8403 into main Feb 8, 2026
6 of 12 checks passed
@lupusbytes lupusbytes deleted the feature/fluent-assertions-pinning branch February 8, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants