Skip to content

Maintenance: Pin FluentAssertions NuGet version #697

@hjgraca

Description

@hjgraca

Summary

Due to license changes staring on version 8 we must pin the current version of FluentAssertions NuGet package so we are not liable to pay a license fee.

Why is this needed?

Due to license changes we must pin the current FluentAssertions package version.
More details here

Which area does this relate to?

No response

Solution

Pin the NuGet version on the Directory.Packages.props file

To achieve that we must surround the version number with []

Example:

<PackageVersion Include="FluentAssertions" Version="[6.12.0]" />

Acknowledgment

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filegood first issueGood for newcomersinternalMaintenance changes

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions