From 9de6ff3fbe7e92ee9487dfeb1b30e12714143c70 Mon Sep 17 00:00:00 2001 From: Paul Welter Date: Mon, 17 Feb 2025 12:42:51 -0600 Subject: [PATCH] updates --- .github/dependabot.yml | 3 +++ .github/workflows/dotnet.yml | 5 +---- src/Directory.Build.props | 1 + src/EntityChange/EntityChange.csproj | 3 ++- test/EntityChange.Tests/EntityChange.Tests.csproj | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa8c583..eb49670 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -55,3 +55,6 @@ updates: - "xunit.core" - "xunit.extensibility.*" - "xunit.runner.*" + ignore: + - dependency-name: FluentAssertions + versions: [">=8.0.0"] diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5f55b99..4f9d83b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,10 +33,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: | - 6.0.x - 7.0.x - 8.0.x + dotnet-version: 9.x - name: Restore Dependencies run: dotnet restore diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 87d4df2..1377c55 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -38,6 +38,7 @@ + diff --git a/src/EntityChange/EntityChange.csproj b/src/EntityChange/EntityChange.csproj index a169b21..d257a10 100644 --- a/src/EntityChange/EntityChange.csproj +++ b/src/EntityChange/EntityChange.csproj @@ -1,6 +1,7 @@ - netstandard2.0;net6.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 + 1591 diff --git a/test/EntityChange.Tests/EntityChange.Tests.csproj b/test/EntityChange.Tests/EntityChange.Tests.csproj index 9c5a240..3000cf1 100644 --- a/test/EntityChange.Tests/EntityChange.Tests.csproj +++ b/test/EntityChange.Tests/EntityChange.Tests.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all