Skip to content

Commit 524610b

Browse files
build(deps): Bump the all group with 3 updates
Bumps the all group with 3 updates: [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `Microsoft.OpenApi.Readers` from 1.6.22 to 1.6.23 - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Commits](microsoft/OpenAPI.NET@1.6.22...1.6.23) Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.0) Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.0) --- updated-dependencies: - dependency-name: Microsoft.OpenApi.Readers dependency-type: direct:production update-type: version-update:semver-patch 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 70b5afc commit 524610b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/helpers/FixOpenApiSpec/FixOpenApiSpec.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />
12+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
1313
</ItemGroup>
1414

1515
</Project>

src/tests/IntegrationTests/Ideogram.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
14-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1515
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)