Skip to content

Commit edd68e4

Browse files
Bump the nuget group in /GitHubIssueFormsParser with 3 updates (#162)
Bumps the nuget group in /GitHubIssueFormsParser with 3 updates: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer), [xunit.analyzers](https://github.com/xunit/xunit.analyzers) and [xunit](https://github.com/xunit/xunit). Updates `Meziantou.Analyzer` from 2.0.135 to 2.0.136 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.135...2.0.136) Updates `xunit.analyzers` from 1.9.0 to 1.10.0 - [Commits](xunit/xunit.analyzers@1.9.0...1.10.0) Updates `xunit` from 2.6.5 to 2.6.6 - [Commits](xunit/xunit@2.6.5...2.6.6) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5212b2e commit edd68e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GitHubIssueFormsParser/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</PackageReference>
7575
<PackageReference Include="NSubstitute" Version="5.1.0" />
7676
<PackageReference Include="Shouldly" Version="4.2.1" />
77-
<PackageReference Include="xunit.analyzers" Version="1.9.0" />
77+
<PackageReference Include="xunit.analyzers" Version="1.10.0" />
7878
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.16" />
7979
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
8080
<PackageReference Include="LiquidTestReports.Custom" Version="1.0.9" />

GitHubIssueFormsParser/tests/GitHubIssuesParserCli.Tests/GitHubIssuesParserCli.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
11-
<PackageReference Include="xunit" Version="2.6.5" />
11+
<PackageReference Include="xunit" Version="2.6.6" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)