From 4e4f3a5c4297569201cc9d9146a05f5b80d678ae Mon Sep 17 00:00:00 2001 From: Rafael Elton Date: Tue, 21 Feb 2023 11:23:57 -0300 Subject: [PATCH] Target framework to .NET 6 --- src/Algorithms/Algorithms.csproj | 2 +- test/AlgorithmsTest/AlgorithmsTest.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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