Skip to content

Commit a0ab00f

Browse files
committed
bump fluent assertions to last apache 2.0 release
1 parent dc78787 commit a0ab00f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
15-
<PackageReference Include="FluentAssertions" Version="5.1.2" />
15+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
1616
<PackageReference Condition="'$(TargetFramework)' == 'net461'" Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
1717
<ProjectReference Include="..\..\src\Elastic.Elasticsearch.Xunit\Elastic.Elasticsearch.Xunit.csproj" />
1818
</ItemGroup>

examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
14-
<PackageReference Include="FluentAssertions" Version="5.1.2" />
14+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<ProjectReference Include="..\..\src\Elastic.Elasticsearch.Xunit\Elastic.Elasticsearch.Xunit.csproj" />

src/Elastic.Elasticsearch.Xunit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from core but you can also use a full framework project.
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
2626

2727
<!-- Optional, use a decent assertions library :) -->
28-
<PackageReference Include="FluentAssertions" Version="5.1.2" />
28+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
2929
</ItemGroup>
3030
</Project>
3131
```

0 commit comments

Comments
 (0)