diff --git a/test/Ix.UnitTests/Ix.UnitTests.csproj b/test/Ix.UnitTests/Ix.UnitTests.csproj index 7528432..1c9ca12 100644 --- a/test/Ix.UnitTests/Ix.UnitTests.csproj +++ b/test/Ix.UnitTests/Ix.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net8.0 diff --git a/test/Linq.UnitTests/Linq.UnitTests.csproj b/test/Linq.UnitTests/Linq.UnitTests.csproj index 2ee44b7..53d3320 100644 --- a/test/Linq.UnitTests/Linq.UnitTests.csproj +++ b/test/Linq.UnitTests/Linq.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net8.0 diff --git a/test/Rx.UnitTests/Rx.UnitTests.csproj b/test/Rx.UnitTests/Rx.UnitTests.csproj index abdacca..2137b61 100644 --- a/test/Rx.UnitTests/Rx.UnitTests.csproj +++ b/test/Rx.UnitTests/Rx.UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net8.0 diff --git a/test/UnitTests/UnitTests.csproj b/test/UnitTests/UnitTests.csproj index 23e0583..3067b65 100644 --- a/test/UnitTests/UnitTests.csproj +++ b/test/UnitTests/UnitTests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net8.0