Skip to content

Commit ae957b9

Browse files
chore(deps): Bump the all group with 3 updates
Bumps the all group with 3 updates: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) Updates `MSTest.TestAdapter` from 3.7.3 to 3.8.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.8.0) Updates `MSTest.TestFramework` from 3.7.3 to 3.8.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk 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-minor dependency-group: all - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 176212b commit ae957b9

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
@@ -13,9 +13,9 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
16+
<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" />
1919
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2020
<PackageReference Include="NUnit" Version="4.3.2" />
2121
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />

0 commit comments

Comments
 (0)