diff --git a/global.json b/global.json
index c49a5c4..5b8061c 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.404",
+ "version": "9.0.100",
"rollForward": "latestPatch"
}
}
\ No newline at end of file
diff --git a/src/IdParser.Core.Benchmarks/IdParser.Core.Benchmarks.csproj b/src/IdParser.Core.Benchmarks/IdParser.Core.Benchmarks.csproj
index e64fbc1..1150127 100644
--- a/src/IdParser.Core.Benchmarks/IdParser.Core.Benchmarks.csproj
+++ b/src/IdParser.Core.Benchmarks/IdParser.Core.Benchmarks.csproj
@@ -2,14 +2,14 @@
Exe
- net8.0
+ net9.0
enable
enable
-
+
diff --git a/src/IdParser.Core.Client/IdParser.Core.Client.csproj b/src/IdParser.Core.Client/IdParser.Core.Client.csproj
index d40bdb4..1aca045 100644
--- a/src/IdParser.Core.Client/IdParser.Core.Client.csproj
+++ b/src/IdParser.Core.Client/IdParser.Core.Client.csproj
@@ -1,6 +1,6 @@
- net8.0-windows
+ net9.0-windows
WinExe
ID Parser
false
@@ -34,7 +34,7 @@
-
+
diff --git a/src/IdParser.Core.Test/IdParser.Core.Test.csproj b/src/IdParser.Core.Test/IdParser.Core.Test.csproj
index 1f73d32..3d319e9 100644
--- a/src/IdParser.Core.Test/IdParser.Core.Test.csproj
+++ b/src/IdParser.Core.Test/IdParser.Core.Test.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
false
IdParser.Core.Test
IdParser.Core.Test
@@ -24,7 +24,7 @@
-
+
diff --git a/src/IdParser.Core/Barcode.cs b/src/IdParser.Core/Barcode.cs
index 390f297..fbb826a 100644
--- a/src/IdParser.Core/Barcode.cs
+++ b/src/IdParser.Core/Barcode.cs
@@ -182,7 +182,7 @@ private static void ValidateHeaderFormat(string input)
/// The raw PDF417 barcode data
private static AAMVAVersionResult ParseAAMVAVersion(string input)
{
- ArgumentNullException.ThrowIfNull(nameof(input));
+ ArgumentNullException.ThrowIfNull(input);
if (input.Length < 17)
{
diff --git a/src/IdParser.Core/IdParser.Core.csproj b/src/IdParser.Core/IdParser.Core.csproj
index 06856f5..609d992 100644
--- a/src/IdParser.Core/IdParser.Core.csproj
+++ b/src/IdParser.Core/IdParser.Core.csproj
@@ -1,14 +1,14 @@
- net8.0
+ net8.0;net9.0
enable
enable
- 3.0.0
- 3.0.0
- 3.0.0
+ 3.1.0
+ 3.1.0
+ 3.1.0
Connor O'Shea, Jon Sagara
IdParser.Core
@@ -40,10 +40,14 @@
-
+
+
+
+
+
1591;1701;1702