From f761323ba22011a3874cf81b1ef02d1b6758ff84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:36:31 +0100 Subject: [PATCH] build(deps): Bump NUnit from 3.14.0 to 4.0.0 (#263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): Bump NUnit from 3.14.0 to 4.0.0 Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix: New TargetFramework net6.0 --------- Signed-off-by: dependabot[bot] Signed-off-by: Martin Stühmer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <3283596+samtrion@users.noreply.github.com> Co-authored-by: Martin Stühmer --- Directory.Packages.props | 6 +++--- .../NetEvolve.Extensions.NUnit.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 011adf8..fd207ce 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -18,11 +18,11 @@ - + - + - + diff --git a/src/NetEvolve.Extensions.NUnit/NetEvolve.Extensions.NUnit.csproj b/src/NetEvolve.Extensions.NUnit/NetEvolve.Extensions.NUnit.csproj index b21f4d5..68fb1dc 100644 --- a/src/NetEvolve.Extensions.NUnit/NetEvolve.Extensions.NUnit.csproj +++ b/src/NetEvolve.Extensions.NUnit/NetEvolve.Extensions.NUnit.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net6.0