diff --git a/src/6pack/6pack.csproj b/src/6pack/6pack.csproj index 6ba0042..a42a895 100644 --- a/src/6pack/6pack.csproj +++ b/src/6pack/6pack.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 6pack 6pack true diff --git a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj index 5206a9a..20b23c0 100644 --- a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj +++ b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0 + netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0 DotFastLZ.Compression README.md ikpil diff --git a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj index c51f2ee..b191cdd 100644 --- a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj +++ b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0 + netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0 DotFastLZ.Packaging README.md ikpil diff --git a/src/DotFastLZ.Resource/DotFastLZ.Resource.csproj b/src/DotFastLZ.Resource/DotFastLZ.Resource.csproj index 0c96695..49080af 100644 --- a/src/DotFastLZ.Resource/DotFastLZ.Resource.csproj +++ b/src/DotFastLZ.Resource/DotFastLZ.Resource.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 diff --git a/test/DotFastLZ.Compression.Tests/DotFastLZ.Compression.Tests.csproj b/test/DotFastLZ.Compression.Tests/DotFastLZ.Compression.Tests.csproj index 9a80727..cd2d134 100644 --- a/test/DotFastLZ.Compression.Tests/DotFastLZ.Compression.Tests.csproj +++ b/test/DotFastLZ.Compression.Tests/DotFastLZ.Compression.Tests.csproj @@ -1,16 +1,16 @@ - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 false true - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DotFastLZ.Packaging.Tests/DotFastLZ.Packaging.Tests.csproj b/test/DotFastLZ.Packaging.Tests/DotFastLZ.Packaging.Tests.csproj index 52a2436..8ce30e4 100644 --- a/test/DotFastLZ.Packaging.Tests/DotFastLZ.Packaging.Tests.csproj +++ b/test/DotFastLZ.Packaging.Tests/DotFastLZ.Packaging.Tests.csproj @@ -1,16 +1,16 @@ - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 false true - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive