From 709a345c39650733f9bb5deacad41edc1bdfc14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:20:28 +0100 Subject: [PATCH] build(deps): Bump CSharpier.MSBuild from 0.26.6 to 0.26.7 (#279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): Bump CSharpier.MSBuild from 0.26.6 to 0.26.7 Bumps [CSharpier.MSBuild](https://github.com/belav/csharpier) from 0.26.6 to 0.26.7. - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.26.6...0.26.7) --- updated-dependencies: - dependency-name: CSharpier.MSBuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: Using order * fix: Unnecessary package version removed --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <3283596+samtrion@users.noreply.github.com> --- Directory.Packages.props | 3 +-- .../AttributeTestsBase.cs | 4 ++-- .../BugAttributeTests.cs | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index d354b30..3351321 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,7 +3,7 @@ - + @@ -27,7 +27,6 @@ - diff --git a/tests/NetEvolve.Extensions.NUnit.Tests.Unit/AttributeTestsBase.cs b/tests/NetEvolve.Extensions.NUnit.Tests.Unit/AttributeTestsBase.cs index 631172f..fd84446 100644 --- a/tests/NetEvolve.Extensions.NUnit.Tests.Unit/AttributeTestsBase.cs +++ b/tests/NetEvolve.Extensions.NUnit.Tests.Unit/AttributeTestsBase.cs @@ -6,11 +6,11 @@ using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; -using VerifyNUnit; -using VerifyTests; using global::NUnit.Framework; using global::NUnit.Framework.Internal; using global::NUnit.Framework.Internal.Builders; +using VerifyNUnit; +using VerifyTests; /// /// Base class for Trait Attribute tests diff --git a/tests/NetEvolve.Extensions.NUnit.Tests.Unit/BugAttributeTests.cs b/tests/NetEvolve.Extensions.NUnit.Tests.Unit/BugAttributeTests.cs index 0c543fd..3583ea1 100644 --- a/tests/NetEvolve.Extensions.NUnit.Tests.Unit/BugAttributeTests.cs +++ b/tests/NetEvolve.Extensions.NUnit.Tests.Unit/BugAttributeTests.cs @@ -2,8 +2,8 @@ using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; -using NetEvolve.Extensions.NUnit; using global::NUnit.Framework; +using NetEvolve.Extensions.NUnit; /// /// Unit tests for .