generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomersinternalMaintenance changesMaintenance changes
Description
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
- This request meets Powertools for AWS Lambda (.NET) Tenets
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filegood first issueGood for newcomersGood for newcomersinternalMaintenance changesMaintenance changes
Type
Projects
Status
✅ Done