diff --git a/src/Algorithms/Algorithms.csproj b/src/Algorithms/Algorithms.csproj index 9a2533d..4f59114 100644 --- a/src/Algorithms/Algorithms.csproj +++ b/src/Algorithms/Algorithms.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 Algorithms.Program diff --git a/test/AlgorithmsTest/AlgorithmsTest.csproj b/test/AlgorithmsTest/AlgorithmsTest.csproj index 1a43d2f..aef553c 100644 --- a/test/AlgorithmsTest/AlgorithmsTest.csproj +++ b/test/AlgorithmsTest/AlgorithmsTest.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 false true