From 71441d31223bb117119255bdc97889d58432baa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:26:12 +0000 Subject: [PATCH] Bump the nuget group in /GitHubIssueFormsParser with 6 updates Bumps the nuget group in /GitHubIssueFormsParser with 6 updates: | Package | From | To | | --- | --- | --- | | [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.1` | `4.12.2` | | [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.1` | `4.12.2` | | [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.1` | `4.12.2` | | [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.12.0` | `1.13.0` | | [xunit](https://github.com/xunit/xunit) | `2.7.1` | `2.8.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.8` | `2.8.0` | Updates `Roslynator.Analyzers` from 4.12.1 to 4.12.2 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.1...v4.12.2) Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.1 to 4.12.2 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.1...v4.12.2) Updates `Roslynator.Formatting.Analyzers` from 4.12.1 to 4.12.2 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.1...v4.12.2) Updates `xunit.analyzers` from 1.12.0 to 1.13.0 - [Commits](https://github.com/xunit/xunit.analyzers/compare/1.12.0...1.13.0) Updates `xunit` from 2.7.1 to 2.8.0 - [Commits](https://github.com/xunit/xunit/compare/2.7.1...2.8.0) Updates `xunit.runner.visualstudio` from 2.5.8 to 2.8.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0) --- updated-dependencies: - 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 - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] --- GitHubIssueFormsParser/Directory.Build.props | 8 ++++---- .../GitHubIssuesParserCli.Tests.csproj | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GitHubIssueFormsParser/Directory.Build.props b/GitHubIssueFormsParser/Directory.Build.props index 9892258..b7ff818 100644 --- a/GitHubIssueFormsParser/Directory.Build.props +++ b/GitHubIssueFormsParser/Directory.Build.props @@ -49,15 +49,15 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -74,7 +74,7 @@ - + diff --git a/GitHubIssueFormsParser/tests/GitHubIssuesParserCli.Tests/GitHubIssuesParserCli.Tests.csproj b/GitHubIssueFormsParser/tests/GitHubIssuesParserCli.Tests/GitHubIssuesParserCli.Tests.csproj index 32276e9..8787250 100644 --- a/GitHubIssueFormsParser/tests/GitHubIssuesParserCli.Tests/GitHubIssuesParserCli.Tests.csproj +++ b/GitHubIssueFormsParser/tests/GitHubIssuesParserCli.Tests/GitHubIssuesParserCli.Tests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all