Skip to content

Commit db34d90

Browse files
chore(deps): Bump the all group with 3 updates
Bumps the all group with 3 updates: [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `FluentAssertions` from 8.0.1 to 8.1.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.1...8.1.1) Updates `MSTest.TestAdapter` from 3.8.0 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.0...v3.8.2) Updates `MSTest.TestFramework` from 3.8.0 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.0...v3.8.2) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent feea8a3 commit db34d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/OpenAI.IntegrationTests/OpenAI.IntegrationTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
17-
<PackageReference Include="MSTest.TestAdapter" Version="3.8.0" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.8.0" />
19-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
17+
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
18+
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
19+
<PackageReference Include="FluentAssertions" Version="8.1.1" />
2020
<PackageReference Include="NUnit" Version="4.3.2" />
2121
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)