From 98375562919f774f02090b49a758b38a106843f7 Mon Sep 17 00:00:00 2001 From: Vinod SP Date: Sat, 22 Jan 2022 11:50:01 -0500 Subject: [PATCH] Upgraded to .NET 6.0 --- AVLTrees/AVLTrees.csproj | 2 +- Arrays/Arrays.csproj | 2 +- BigO/BigO.csproj | 2 +- BinarySearch/BinarySearch.csproj | 2 +- BinaryTrees/BinaryTrees.csproj | 2 +- BubbleSort/BubbleSort.csproj | 2 +- BucketSort/BucketSort.csproj | 2 +- CountingSort/CountingSort.csproj | 2 +- ExponentialSearch/ExponentialSearch.csproj | 2 +- Graphs/Graphs.csproj | 2 +- HashTables/HashTables.csproj | 2 +- Heaps/Heaps.csproj | 2 +- InsertionSort/InsertionSort.csproj | 2 +- JumpSearch/JumpSearch.csproj | 2 +- LinearSearch/LinearSearch.csproj | 2 +- LinkedLists/LinkedLists.csproj | 2 +- MergeSort/MergeSort.csproj | 2 +- Queues/Queues.csproj | 2 +- QuickSort/QuickSort.csproj | 2 +- SelectionSort/SelectionSort.csproj | 2 +- Stacks/Stacks.csproj | 2 +- StringManipulation/StringManipulation.csproj | 2 +- TernarySearch/TernarySearch.csproj | 2 +- Tries/Tries.csproj | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) 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