diff --git a/.github/workflows/build_nupkg.yml b/.github/workflows/build_nupkg.yml
index 5f3d34a..3b2c1a1 100644
--- a/.github/workflows/build_nupkg.yml
+++ b/.github/workflows/build_nupkg.yml
@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml
index bba92af..fad7fe2 100644
--- a/.github/workflows/check_pr.yml
+++ b/.github/workflows/check_pr.yml
@@ -11,7 +11,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
- name: Build
run: dotnet build
\ No newline at end of file
diff --git a/SabreTools.Matching.Test/SabreTools.Matching.Test.csproj b/SabreTools.Matching.Test/SabreTools.Matching.Test.csproj
index fdfa519..4818362 100644
--- a/SabreTools.Matching.Test/SabreTools.Matching.Test.csproj
+++ b/SabreTools.Matching.Test/SabreTools.Matching.Test.csproj
@@ -1,29 +1,30 @@
-
- net6.0;net8.0
- false
- latest
- enable
- true
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
- runtime; build; native; contentfiles; analyzers; buildtransitive
- all
-
-
-
-
-
-
-
+
+ net6.0;net8.0;net9.0
+ false
+ latest
+ enable
+ true
+ NU1903
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SabreTools.Matching/Delegates.cs b/SabreTools.Matching/Delegates.cs
index 943d4fd..bd8818f 100644
--- a/SabreTools.Matching/Delegates.cs
+++ b/SabreTools.Matching/Delegates.cs
@@ -1,4 +1,3 @@
-using System;
using System.Collections.Generic;
using System.IO;
diff --git a/SabreTools.Matching/SabreTools.Matching.csproj b/SabreTools.Matching/SabreTools.Matching.csproj
index 880c233..f47a444 100644
--- a/SabreTools.Matching/SabreTools.Matching.csproj
+++ b/SabreTools.Matching/SabreTools.Matching.csproj
@@ -2,7 +2,7 @@
- net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0
+ net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0
latest
enable
true
@@ -18,6 +18,7 @@
git
byte array stream match matching
MIT
+ NU1903
@@ -27,11 +28,11 @@
win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64
-
+
win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64
- net6.0;net7.0;net8.0
+ net6.0;net7.0;net8.0;net9.0