File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Elastic.Xunit.ExampleComplex
Elastic.Xunit.ExampleMinimal
src/Elastic.Elasticsearch.Xunit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments