diff --git a/AVLTrees/AVLTrees.csproj b/AVLTrees/AVLTrees.csproj
index 7322fb3..ddb344e 100644
--- a/AVLTrees/AVLTrees.csproj
+++ b/AVLTrees/AVLTrees.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/Arrays/Arrays.csproj b/Arrays/Arrays.csproj
index 7322fb3..ddb344e 100644
--- a/Arrays/Arrays.csproj
+++ b/Arrays/Arrays.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/BigO/BigO.csproj b/BigO/BigO.csproj
index 7322fb3..ddb344e 100644
--- a/BigO/BigO.csproj
+++ b/BigO/BigO.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/BinarySearch/BinarySearch.csproj b/BinarySearch/BinarySearch.csproj
index 7322fb3..ddb344e 100644
--- a/BinarySearch/BinarySearch.csproj
+++ b/BinarySearch/BinarySearch.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/BinaryTrees/BinaryTrees.csproj b/BinaryTrees/BinaryTrees.csproj
index 7322fb3..ddb344e 100644
--- a/BinaryTrees/BinaryTrees.csproj
+++ b/BinaryTrees/BinaryTrees.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/BubbleSort/BubbleSort.csproj b/BubbleSort/BubbleSort.csproj
index 7322fb3..ddb344e 100644
--- a/BubbleSort/BubbleSort.csproj
+++ b/BubbleSort/BubbleSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/BucketSort/BucketSort.csproj b/BucketSort/BucketSort.csproj
index 7322fb3..ddb344e 100644
--- a/BucketSort/BucketSort.csproj
+++ b/BucketSort/BucketSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/CountingSort/CountingSort.csproj b/CountingSort/CountingSort.csproj
index 7322fb3..ddb344e 100644
--- a/CountingSort/CountingSort.csproj
+++ b/CountingSort/CountingSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/ExponentialSearch/ExponentialSearch.csproj b/ExponentialSearch/ExponentialSearch.csproj
index 7322fb3..ddb344e 100644
--- a/ExponentialSearch/ExponentialSearch.csproj
+++ b/ExponentialSearch/ExponentialSearch.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/Graphs/Graphs.csproj b/Graphs/Graphs.csproj
index 7322fb3..ddb344e 100644
--- a/Graphs/Graphs.csproj
+++ b/Graphs/Graphs.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/HashTables/HashTables.csproj b/HashTables/HashTables.csproj
index 7322fb3..ddb344e 100644
--- a/HashTables/HashTables.csproj
+++ b/HashTables/HashTables.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/Heaps/Heaps.csproj b/Heaps/Heaps.csproj
index 7322fb3..ddb344e 100644
--- a/Heaps/Heaps.csproj
+++ b/Heaps/Heaps.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/InsertionSort/InsertionSort.csproj b/InsertionSort/InsertionSort.csproj
index 7322fb3..ddb344e 100644
--- a/InsertionSort/InsertionSort.csproj
+++ b/InsertionSort/InsertionSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/JumpSearch/JumpSearch.csproj b/JumpSearch/JumpSearch.csproj
index 7322fb3..ddb344e 100644
--- a/JumpSearch/JumpSearch.csproj
+++ b/JumpSearch/JumpSearch.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/LinearSearch/LinearSearch.csproj b/LinearSearch/LinearSearch.csproj
index 7322fb3..ddb344e 100644
--- a/LinearSearch/LinearSearch.csproj
+++ b/LinearSearch/LinearSearch.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/LinkedLists/LinkedLists.csproj b/LinkedLists/LinkedLists.csproj
index 7322fb3..ddb344e 100644
--- a/LinkedLists/LinkedLists.csproj
+++ b/LinkedLists/LinkedLists.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/MergeSort/MergeSort.csproj b/MergeSort/MergeSort.csproj
index 7322fb3..ddb344e 100644
--- a/MergeSort/MergeSort.csproj
+++ b/MergeSort/MergeSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/Queues/Queues.csproj b/Queues/Queues.csproj
index 7322fb3..ddb344e 100644
--- a/Queues/Queues.csproj
+++ b/Queues/Queues.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/QuickSort/QuickSort.csproj b/QuickSort/QuickSort.csproj
index 7322fb3..ddb344e 100644
--- a/QuickSort/QuickSort.csproj
+++ b/QuickSort/QuickSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/SelectionSort/SelectionSort.csproj b/SelectionSort/SelectionSort.csproj
index 7322fb3..ddb344e 100644
--- a/SelectionSort/SelectionSort.csproj
+++ b/SelectionSort/SelectionSort.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/Stacks/Stacks.csproj b/Stacks/Stacks.csproj
index 7322fb3..ddb344e 100644
--- a/Stacks/Stacks.csproj
+++ b/Stacks/Stacks.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/StringManipulation/StringManipulation.csproj b/StringManipulation/StringManipulation.csproj
index 7322fb3..ddb344e 100644
--- a/StringManipulation/StringManipulation.csproj
+++ b/StringManipulation/StringManipulation.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/TernarySearch/TernarySearch.csproj b/TernarySearch/TernarySearch.csproj
index 7322fb3..ddb344e 100644
--- a/TernarySearch/TernarySearch.csproj
+++ b/TernarySearch/TernarySearch.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0
diff --git a/Tries/Tries.csproj b/Tries/Tries.csproj
index 7322fb3..ddb344e 100644
--- a/Tries/Tries.csproj
+++ b/Tries/Tries.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.0
+ net6.0