Skip to content

Commit

Permalink
Bump the tests group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the tests group with 3 updates: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer), [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `Meziantou.Analyzer` from 2.0.182 to 2.0.183
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.182...2.0.183)

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: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 7d644f1 commit 2f1673d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.182"/>
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.183"/>
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19"/>
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4"/>
<PackageVersion Include="AsyncFixer" Version="1.6.0"/>
Expand Down Expand Up @@ -30,8 +30,8 @@
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0"/>
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.4"/>
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4"/>
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.0"/>
<PackageVersion Include="MSTest.TestFramework" Version="3.7.0"/>
<PackageVersion Include="Microsoft.Extensions.Caching.SqlServer" Version="9.0.0"/>
<PackageVersion Include="cloudscribe.Web.Pagination" Version="8.0.0"/>
<PackageVersion Include="LigerShark.WebOptimizer.Core" Version="3.0.433"/>
Expand Down

0 comments on commit 2f1673d

Please sign in to comment.