Skip to content

Commit 6d8b13e

Browse files
Bump NUnit.Analyzers from 4.5.0 to 4.6.0 in /samples (#362)
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](nunit/nunit.analyzers@4.5.0...4.6.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73c9e69 commit 6d8b13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" PrivateAssets="all" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.3" PrivateAssets="all" />
15-
<PackageReference Include="NUnit.Analyzers" Version="4.5.0" PrivateAssets="all" />
15+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0" PrivateAssets="all" />
1616
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1717
<PackageReference Include="CommunityToolkit.Maui" Version="$(MauiCommunityToolkitPackageVersion)" />
1818
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiPackageVersion)"/>

0 commit comments

Comments
 (0)