Skip to content

Commit 42a9ad6

Browse files
dependabot[bot]HavenDV
authored andcommitted
chore(deps): Bump the all group with 2 updates
Bumps the all group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.7.2 to 3.7.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.2...v3.7.3) Updates `MSTest.TestFramework` from 3.7.2 to 3.7.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.2...v3.7.3) --- updated-dependencies: - 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 9068b34 commit 42a9ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.7.2" />
17+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
18+
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1919
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2020
<PackageReference Include="NUnit" Version="4.3.2" />
2121
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />

0 commit comments

Comments
 (0)