Skip to content

Commit cef7dd6

Browse files
authored
Merge pull request #698 from ankitdhaka07/issue-697
fix: pin FluentAssertions NuGet version to prevent license issues
2 parents 69660a5 + 324cb42 commit cef7dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/tests/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageVersion Include="Amazon.Lambda.TestUtilities" Version="2.0.0" />
1515
<PackageVersion Include="Amazon.Lambda.Core" Version="2.3.0" />
1616
<PackageVersion Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.0" />
17-
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
17+
<PackageVersion Include="FluentAssertions" Version="[6.12.0]" />
1818
<PackageVersion Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="2.2.0" />
1919
<PackageVersion Include="Amazon.Lambda.DynamoDBEvents" Version="3.1.0" />
2020
<PackageVersion Include="Amazon.Lambda.KinesisEvents" Version="2.2.0" />

0 commit comments

Comments
 (0)