Skip to content

Commit f41e381

Browse files
Bump the nuget group across 1 directory with 7 updates
Bumps the nuget group with 7 updates in the /MarkdownLinkCheckLogParser directory: | Package | From | To | | --- | --- | --- | | [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.172` | `2.0.179` | | [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.11.20` | `17.12.19` | | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` | | [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` | | [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` | | [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` | | [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.17.0` | Updates `Meziantou.Analyzer` from 2.0.172 to 2.0.179 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.172...2.0.179) Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.11.20 to 17.12.19 - [Release notes](https://github.com/microsoft/vs-threading/releases) - [Commits](https://github.com/microsoft/vs-threading/commits) Updates `NSubstitute` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/nsubstitute/NSubstitute/releases) - [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md) - [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0) Updates `Roslynator.Analyzers` from 4.12.8 to 4.12.9 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.8...v4.12.9) Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.8 to 4.12.9 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.8...v4.12.9) Updates `Roslynator.Formatting.Analyzers` from 4.12.8 to 4.12.9 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](dotnet/roslynator@v4.12.8...v4.12.9) Updates `xunit.analyzers` from 1.16.0 to 1.17.0 - [Commits](xunit/xunit.analyzers@1.16.0...1.17.0) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.VisualStudio.Threading.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Roslynator.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Roslynator.Formatting.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1745c90 commit f41e381

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

MarkdownLinkCheckLogParser/Directory.Build.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@
4141
</PropertyGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.172">
44+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.179">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>
48-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
48+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
4949
<PrivateAssets>all</PrivateAssets>
5050
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5151
</PackageReference>
52-
<PackageReference Include="Roslynator.Analyzers" Version="4.12.8">
52+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
</PackageReference>
56-
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.8">
56+
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.9">
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5959
</PackageReference>
60-
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.8">
60+
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.9">
6161
<PrivateAssets>all</PrivateAssets>
6262
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6363
</PackageReference>
@@ -72,9 +72,9 @@
7272
<PrivateAssets>all</PrivateAssets>
7373
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7474
</PackageReference>
75-
<PackageReference Include="NSubstitute" Version="5.1.0" />
75+
<PackageReference Include="NSubstitute" Version="5.3.0" />
7676
<PackageReference Include="Shouldly" Version="4.2.1" />
77-
<PackageReference Include="xunit.analyzers" Version="1.16.0" />
77+
<PackageReference Include="xunit.analyzers" Version="1.17.0" />
7878
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
7979
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
8080
<PackageReference Include="LiquidTestReports.Custom" Version="1.0.9" />

0 commit comments

Comments
 (0)