Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 34296b6

Browse files
Bump the tests group across 1 directory with 5 updates
Bumps the tests group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.179` | `2.0.182` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.3` | `3.6.4` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.3` | `3.6.4` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.2.0` | Updates `Meziantou.Analyzer` from 2.0.179 to 2.0.182 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.179...2.0.182) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.12.0) Updates `MSTest.TestAdapter` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.3...v3.6.4) Updates `MSTest.TestFramework` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.3...v3.6.4) Updates `Swashbuckle.AspNetCore` from 7.0.0 to 7.2.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.2.0) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 628055c commit 34296b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.179" />
3+
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.182" />
44
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" />
55
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
66
<PackageVersion Include="AsyncFixer" Version="1.6.0" />
@@ -21,11 +21,11 @@
2121
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
2222
<PackageVersion Include="fluentassertions" Version="6.12.2" />
2323
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
24-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
25-
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.3" />
26-
<PackageVersion Include="MSTest.TestFramework" Version="3.6.3" />
24+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
25+
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.4" />
26+
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
2727
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
28-
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.0.0" />
28+
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.2.0" />
2929
<PackageVersion Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
3030
<PackageVersion Include="UAParser" Version="3.1.47" />
3131
</ItemGroup>

0 commit comments

Comments
 (0)