diff --git a/Directory.Build.props b/Directory.Build.props index 26741df6c..292bbd51a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -27,7 +27,7 @@ direct - $(NoWarn);NU1608;NETSDK1215 + $(NoWarn);NU5104;NU1608 diff --git a/benchmarks/Benchmarks.csproj b/benchmarks/Benchmarks.csproj index 9dbb9ba09..90d53461d 100644 --- a/benchmarks/Benchmarks.csproj +++ b/benchmarks/Benchmarks.csproj @@ -1,7 +1,7 @@ Exe - net8.0 + net9.0 true diff --git a/package-versions.props b/package-versions.props index b5d2f30cb..1fbbe82cb 100644 --- a/package-versions.props +++ b/package-versions.props @@ -22,7 +22,7 @@ - N/A + 9.0.0 9.0.* diff --git a/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj b/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj index 04238621d..3ee7f4d42 100644 --- a/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj +++ b/src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj @@ -1,6 +1,6 @@ - net8.0;net6.0;netstandard1.0 + net9.0;net8.0;net6.0;netstandard2.0 true true JsonApiDotNetCore @@ -31,17 +31,17 @@ - + - + - + diff --git a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj index 0f395511a..b6fdb6e8e 100644 --- a/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj +++ b/src/JsonApiDotNetCore/JsonApiDotNetCore.csproj @@ -1,6 +1,6 @@ - net8.0;net6.0 + net9.0;net8.0;net6.0 true true