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