From fd7a538fae77ab9a229fae5ac176cdb76cd84380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:44:07 +0000 Subject: [PATCH] Bump the nuget group in /GitHubIssueFormsParser with 4 updates Bumps the nuget group in /GitHubIssueFormsParser with 4 updates: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer), [xunit.analyzers](https://github.com/xunit/xunit.analyzers), [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Meziantou.Analyzer` from 2.0.146 to 2.0.147 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.146...2.0.147) Updates `xunit.analyzers` from 1.11.0 to 1.12.0 - [Commits](https://github.com/xunit/xunit.analyzers/compare/1.11.0...1.12.0) Updates `xunit` from 2.7.0 to 2.7.1 - [Commits](https://github.com/xunit/xunit/compare/2.7.0...2.7.1) Updates `xunit.runner.visualstudio` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8) --- updated-dependencies: - dependency-name: Meziantou.Analyzer 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-patch dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] --- GitHubIssueFormsParser/Directory.Build.props | 4 ++-- .../GitHubIssuesParserCli.Tests.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GitHubIssueFormsParser/Directory.Build.props b/GitHubIssueFormsParser/Directory.Build.props index 8fc267b..41f9811 100644 --- a/GitHubIssueFormsParser/Directory.Build.props +++ b/GitHubIssueFormsParser/Directory.Build.props @@ -41,7 +41,7 @@ - + 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 c12bb7a..32276e9 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