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

Commit de57624

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.182` | `2.0.185` | | [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.9` | `4.12.10` | | [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `10.3.0.106239` | `10.4.0.108396` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.0` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.0` | Updates `Meziantou.Analyzer` from 2.0.182 to 2.0.185 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.182...2.0.185) Updates `Roslynator.Analyzers` from 4.12.9 to 4.12.10 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.9...v4.12.10) Updates `SonarAnalyzer.CSharp` from 10.3.0.106239 to 10.4.0.108396 - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](SonarSource/sonar-dotnet@10.3.0.106239...10.4.0.108396) 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: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SonarAnalyzer.CSharp 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-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] <support@github.com>
1 parent a9884d6 commit de57624

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,13 +1,13 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.182" />
3+
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.185" />
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" />
77
<PackageVersion Include="Asyncify" Version="0.9.7" />
8-
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" />
8+
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.4.0.108396" />
99
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7" />
10-
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.9" />
10+
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.10" />
1111
<PackageVersion Include="Microsoft.EntityFrameworkCore.Analyzers" Version="9.0.0" />
1212
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0" />
1313
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
@@ -22,8 +22,8 @@
2222
<PackageVersion Include="fluentassertions" Version="7.0.0" />
2323
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
2424
<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" />
25+
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.0" />
26+
<PackageVersion Include="MSTest.TestFramework" Version="3.7.0" />
2727
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
2828
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.2.0" />
2929
<PackageVersion Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />

0 commit comments

Comments
 (0)