diff --git a/1. Two Sum/1. Two Sum.csproj b/1. Two Sum/1. Two Sum.csproj index e4d16fe..6a98a97 100644 --- a/1. Two Sum/1. Two Sum.csproj +++ b/1. Two Sum/1. Two Sum.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _1._Two_Sum enable enable diff --git a/101. Symmetric Tree/101. Symmetric Tree.csproj b/101. Symmetric Tree/101. Symmetric Tree.csproj index 5457b27..cf42356 100644 --- a/101. Symmetric Tree/101. Symmetric Tree.csproj +++ b/101. Symmetric Tree/101. Symmetric Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _101._Symmetric_Tree enable enable diff --git a/102. Binary Tree Level Order Traversal/102. Binary Tree Level Order Traversal.csproj b/102. Binary Tree Level Order Traversal/102. Binary Tree Level Order Traversal.csproj index aa387e8..179cff2 100644 --- a/102. Binary Tree Level Order Traversal/102. Binary Tree Level Order Traversal.csproj +++ b/102. Binary Tree Level Order Traversal/102. Binary Tree Level Order Traversal.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _102._Binary_Tree_Level_Order_Traversal enable enable diff --git a/104. Maximum Depth of Binary Tree/104. Maximum Depth of Binary Tree.csproj b/104. Maximum Depth of Binary Tree/104. Maximum Depth of Binary Tree.csproj index 51a68bc..9e5345b 100644 --- a/104. Maximum Depth of Binary Tree/104. Maximum Depth of Binary Tree.csproj +++ b/104. Maximum Depth of Binary Tree/104. Maximum Depth of Binary Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _104._Maximum_Depth_of_Binary_Tree enable enable diff --git a/112. Path Sum/112. Path Sum.csproj b/112. Path Sum/112. Path Sum.csproj index caab52c..d28f732 100644 --- a/112. Path Sum/112. Path Sum.csproj +++ b/112. Path Sum/112. Path Sum.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _112._Path_Sum enable enable diff --git a/116. Populating Next Right Pointers in Each Node/116. Populating Next Right Pointers in Each Node.csproj b/116. Populating Next Right Pointers in Each Node/116. Populating Next Right Pointers in Each Node.csproj index d8d60a0..f986a63 100644 --- a/116. Populating Next Right Pointers in Each Node/116. Populating Next Right Pointers in Each Node.csproj +++ b/116. Populating Next Right Pointers in Each Node/116. Populating Next Right Pointers in Each Node.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _116._Populating_Next_Right_Pointers_in_Each_Node enable enable diff --git a/118. Pascal's Triangle/118. Pascal's Triangle.csproj b/118. Pascal's Triangle/118. Pascal's Triangle.csproj index 85c0864..7e0b769 100644 --- a/118. Pascal's Triangle/118. Pascal's Triangle.csproj +++ b/118. Pascal's Triangle/118. Pascal's Triangle.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _118._Pascal_s_Triangle enable enable diff --git a/121. Best Time to Buy and Sell Stock/121. Best Time to Buy and Sell Stock.csproj b/121. Best Time to Buy and Sell Stock/121. Best Time to Buy and Sell Stock.csproj index 358c9bf..7b3e276 100644 --- a/121. Best Time to Buy and Sell Stock/121. Best Time to Buy and Sell Stock.csproj +++ b/121. Best Time to Buy and Sell Stock/121. Best Time to Buy and Sell Stock.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _121._Best_Time_to_Buy_and_Sell_Stock enable enable diff --git a/136. Single Number/136. Single Number.csproj b/136. Single Number/136. Single Number.csproj index 2c699ef..57ef64a 100644 --- a/136. Single Number/136. Single Number.csproj +++ b/136. Single Number/136. Single Number.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _136._Single_Number enable enable diff --git a/141. Linked List Cycle/141. Linked List Cycle.csproj b/141. Linked List Cycle/141. Linked List Cycle.csproj index 9c58b04..8fcdf5f 100644 --- a/141. Linked List Cycle/141. Linked List Cycle.csproj +++ b/141. Linked List Cycle/141. Linked List Cycle.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _141._Linked_List_Cycle enable enable diff --git a/142. Linked List Cycle II/142. Linked List Cycle II.csproj b/142. Linked List Cycle II/142. Linked List Cycle II.csproj index 980f705..c9edc7d 100644 --- a/142. Linked List Cycle II/142. Linked List Cycle II.csproj +++ b/142. Linked List Cycle II/142. Linked List Cycle II.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _142._Linked_List_Cycle_II enable enable diff --git a/144. Binary Tree Preorder Traversal/144. Binary Tree Preorder Traversal.csproj b/144. Binary Tree Preorder Traversal/144. Binary Tree Preorder Traversal.csproj index b5f7eef..12d6d84 100644 --- a/144. Binary Tree Preorder Traversal/144. Binary Tree Preorder Traversal.csproj +++ b/144. Binary Tree Preorder Traversal/144. Binary Tree Preorder Traversal.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _144._Binary_Tree_Preorder_Traversal enable enable diff --git a/145. Binary Tree Postorder Traversal/145. Binary Tree Postorder Traversal.csproj b/145. Binary Tree Postorder Traversal/145. Binary Tree Postorder Traversal.csproj index 149c7d2..b35b546 100644 --- a/145. Binary Tree Postorder Traversal/145. Binary Tree Postorder Traversal.csproj +++ b/145. Binary Tree Postorder Traversal/145. Binary Tree Postorder Traversal.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _145._Binary_Tree_Postorder_Traversal enable enable diff --git a/1480. Running Sum of 1d Array/1480. Running Sum of 1d Array.csproj b/1480. Running Sum of 1d Array/1480. Running Sum of 1d Array.csproj index fd6ef95..a79dc69 100644 --- a/1480. Running Sum of 1d Array/1480. Running Sum of 1d Array.csproj +++ b/1480. Running Sum of 1d Array/1480. Running Sum of 1d Array.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _1480._Running_Sum_of_1d_Array enable enable diff --git a/15. 3Sum/15. 3Sum.csproj b/15. 3Sum/15. 3Sum.csproj index 82cad6d..f1fa7fe 100644 --- a/15. 3Sum/15. 3Sum.csproj +++ b/15. 3Sum/15. 3Sum.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/167. Two Sum II - Input Array Is Sorted/167. Two Sum II - Input Array Is Sorted.csproj b/167. Two Sum II - Input Array Is Sorted/167. Two Sum II - Input Array Is Sorted.csproj index fc07939..704bd2d 100644 --- a/167. Two Sum II - Input Array Is Sorted/167. Two Sum II - Input Array Is Sorted.csproj +++ b/167. Two Sum II - Input Array Is Sorted/167. Two Sum II - Input Array Is Sorted.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _167._Two_Sum_II___Input_Array_Is_Sorted enable enable diff --git a/189. Rotate Array/189. Rotate Array.csproj b/189. Rotate Array/189. Rotate Array.csproj index 65a0b8e..e81ffcf 100644 --- a/189. Rotate Array/189. Rotate Array.csproj +++ b/189. Rotate Array/189. Rotate Array.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _189._Rotate_Array enable enable diff --git a/19. Remove Nth Node From End of List/19. Remove Nth Node From End of List.csproj b/19. Remove Nth Node From End of List/19. Remove Nth Node From End of List.csproj index 4069817..e2af623 100644 --- a/19. Remove Nth Node From End of List/19. Remove Nth Node From End of List.csproj +++ b/19. Remove Nth Node From End of List/19. Remove Nth Node From End of List.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _19._Remove_Nth_Node_From_End_of_List enable enable diff --git a/190. Reverse Bits/190. Reverse Bits.csproj b/190. Reverse Bits/190. Reverse Bits.csproj index e69ba77..9943cd0 100644 --- a/190. Reverse Bits/190. Reverse Bits.csproj +++ b/190. Reverse Bits/190. Reverse Bits.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _190._Reverse_Bits enable enable diff --git a/191. Number of 1 Bits/191. Number of 1 Bits.csproj b/191. Number of 1 Bits/191. Number of 1 Bits.csproj index 16b121c..a3d22ef 100644 --- a/191. Number of 1 Bits/191. Number of 1 Bits.csproj +++ b/191. Number of 1 Bits/191. Number of 1 Bits.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _191._Number_of_1_Bits enable enable diff --git a/198. House Robber/198. House Robber.csproj b/198. House Robber/198. House Robber.csproj index 625e99a..9a63c64 100644 --- a/198. House Robber/198. House Robber.csproj +++ b/198. House Robber/198. House Robber.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _198._House_Robber enable enable diff --git a/2. Add Two Numbers/2. Add Two Numbers.csproj b/2. Add Two Numbers/2. Add Two Numbers.csproj index 8c0c193..117c0cd 100644 --- a/2. Add Two Numbers/2. Add Two Numbers.csproj +++ b/2. Add Two Numbers/2. Add Two Numbers.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 _2._Add_Two_Numbers enable enable diff --git a/20. Valid Parentheses/20. Valid Parentheses.csproj b/20. Valid Parentheses/20. Valid Parentheses.csproj index f750141..3c5f168 100644 --- a/20. Valid Parentheses/20. Valid Parentheses.csproj +++ b/20. Valid Parentheses/20. Valid Parentheses.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _20._Valid_Parentheses enable enable diff --git a/200. Number of Islands/200. Number of Islands.csproj b/200. Number of Islands/200. Number of Islands.csproj index fbd67fd..cb82fed 100644 --- a/200. Number of Islands/200. Number of Islands.csproj +++ b/200. Number of Islands/200. Number of Islands.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _200._Number_of_Islands enable enable diff --git a/203. Remove Linked List Elements/203. Remove Linked List Elements.csproj b/203. Remove Linked List Elements/203. Remove Linked List Elements.csproj index 368a980..9feba21 100644 --- a/203. Remove Linked List Elements/203. Remove Linked List Elements.csproj +++ b/203. Remove Linked List Elements/203. Remove Linked List Elements.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _203._Remove_Linked_List_Elements enable enable diff --git a/205. Isomorphic Strings/205. Isomorphic Strings.csproj b/205. Isomorphic Strings/205. Isomorphic Strings.csproj index aa79717..216e269 100644 --- a/205. Isomorphic Strings/205. Isomorphic Strings.csproj +++ b/205. Isomorphic Strings/205. Isomorphic Strings.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _205._Isomorphic_Strings enable enable diff --git a/206. Reverse Linked List/206. Reverse Linked List.csproj b/206. Reverse Linked List/206. Reverse Linked List.csproj index c24ea45..7a142a8 100644 --- a/206. Reverse Linked List/206. Reverse Linked List.csproj +++ b/206. Reverse Linked List/206. Reverse Linked List.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _206._Reverse_Linked_List enable enable diff --git a/21. Merge Two Sorted Lists/21. Merge Two Sorted Lists.csproj b/21. Merge Two Sorted Lists/21. Merge Two Sorted Lists.csproj index 81b68df..b845081 100644 --- a/21. Merge Two Sorted Lists/21. Merge Two Sorted Lists.csproj +++ b/21. Merge Two Sorted Lists/21. Merge Two Sorted Lists.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _21._Merge_Two_Sorted_Lists enable enable diff --git a/217. Contains Duplicate/217. Contains Duplicate.csproj b/217. Contains Duplicate/217. Contains Duplicate.csproj index e1c1dfc..c304078 100644 --- a/217. Contains Duplicate/217. Contains Duplicate.csproj +++ b/217. Contains Duplicate/217. Contains Duplicate.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _217._Contains_Duplicate enable enable diff --git a/226. Invert Binary Tree/226. Invert Binary Tree.csproj b/226. Invert Binary Tree/226. Invert Binary Tree.csproj index 2c7e27a..9020e23 100644 --- a/226. Invert Binary Tree/226. Invert Binary Tree.csproj +++ b/226. Invert Binary Tree/226. Invert Binary Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _226._Invert_Binary_Tree enable enable diff --git a/231. Power of Two/231. Power of Two.csproj b/231. Power of Two/231. Power of Two.csproj index 20c3f78..d08a3b2 100644 --- a/231. Power of Two/231. Power of Two.csproj +++ b/231. Power of Two/231. Power of Two.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _231._Power_of_Two enable enable diff --git a/232. Implement Queue using Stacks/232. Implement Queue using Stacks.csproj b/232. Implement Queue using Stacks/232. Implement Queue using Stacks.csproj index 6b05a14..a16426a 100644 --- a/232. Implement Queue using Stacks/232. Implement Queue using Stacks.csproj +++ b/232. Implement Queue using Stacks/232. Implement Queue using Stacks.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _232._Implement_Queue_using_Stacks enable enable diff --git a/235. Lowest Common Ancestor of a Binary Search Tree/235. Lowest Common Ancestor of a Binary Search Tree.csproj b/235. Lowest Common Ancestor of a Binary Search Tree/235. Lowest Common Ancestor of a Binary Search Tree.csproj index 2a8d3ca..1f31130 100644 --- a/235. Lowest Common Ancestor of a Binary Search Tree/235. Lowest Common Ancestor of a Binary Search Tree.csproj +++ b/235. Lowest Common Ancestor of a Binary Search Tree/235. Lowest Common Ancestor of a Binary Search Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _235._Lowest_Common_Ancestor_of_a_Binary_Search_Tree enable enable diff --git a/240. Search a 2D Matrix II/240. Search a 2D Matrix II.csproj b/240. Search a 2D Matrix II/240. Search a 2D Matrix II.csproj index 9047a66..8a2d841 100644 --- a/240. Search a 2D Matrix II/240. Search a 2D Matrix II.csproj +++ b/240. Search a 2D Matrix II/240. Search a 2D Matrix II.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _240._Search_a_2D_Matrix_II enable enable diff --git a/242. Valid Anagram/242. Valid Anagram.csproj b/242. Valid Anagram/242. Valid Anagram.csproj index 95b2220..62645ed 100644 --- a/242. Valid Anagram/242. Valid Anagram.csproj +++ b/242. Valid Anagram/242. Valid Anagram.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _242._Valid_Anagram enable enable diff --git a/278. First Bad Version/278. First Bad Version.csproj b/278. First Bad Version/278. First Bad Version.csproj index edabac8..9a62aab 100644 --- a/278. First Bad Version/278. First Bad Version.csproj +++ b/278. First Bad Version/278. First Bad Version.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _278._First_Bad_Version enable enable diff --git a/283. Move Zeroes/283. Move Zeroes.csproj b/283. Move Zeroes/283. Move Zeroes.csproj index da0c6f1..2a21b33 100644 --- a/283. Move Zeroes/283. Move Zeroes.csproj +++ b/283. Move Zeroes/283. Move Zeroes.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _283._Move_Zeroes enable enable diff --git a/299. Bulls and Cows/299. Bulls and Cows.csproj b/299. Bulls and Cows/299. Bulls and Cows.csproj index 59ce8d9..eaaf1ac 100644 --- a/299. Bulls and Cows/299. Bulls and Cows.csproj +++ b/299. Bulls and Cows/299. Bulls and Cows.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _299._Bulls_and_Cows enable enable diff --git a/3. Longest Substring Without Repeating Characters/3. Longest Substring Without Repeating Characters.csproj b/3. Longest Substring Without Repeating Characters/3. Longest Substring Without Repeating Characters.csproj index 7a6f338..3f10cb2 100644 --- a/3. Longest Substring Without Repeating Characters/3. Longest Substring Without Repeating Characters.csproj +++ b/3. Longest Substring Without Repeating Characters/3. Longest Substring Without Repeating Characters.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _3._Longest_Substring_Without_Repeating_Characters enable enable diff --git a/344. Reverse String/344. Reverse String.csproj b/344. Reverse String/344. Reverse String.csproj index 9c22a42..1e61916 100644 --- a/344. Reverse String/344. Reverse String.csproj +++ b/344. Reverse String/344. Reverse String.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _344._Reverse_String enable enable diff --git a/35. Search Insert Position/35. Search Insert Position.csproj b/35. Search Insert Position/35. Search Insert Position.csproj index b0c6506..51bd455 100644 --- a/35. Search Insert Position/35. Search Insert Position.csproj +++ b/35. Search Insert Position/35. Search Insert Position.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _35._Search_Insert_Position enable enable diff --git a/350. Intersection of Two Arrays II/350. Intersection of Two Arrays II.csproj b/350. Intersection of Two Arrays II/350. Intersection of Two Arrays II.csproj index 18fe2bb..c918993 100644 --- a/350. Intersection of Two Arrays II/350. Intersection of Two Arrays II.csproj +++ b/350. Intersection of Two Arrays II/350. Intersection of Two Arrays II.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _350._Intersection_of_Two_Arrays_II enable enable diff --git a/36. Valid Sudoku/36. Valid Sudoku.csproj b/36. Valid Sudoku/36. Valid Sudoku.csproj index ffc53b5..34a4c1b 100644 --- a/36. Valid Sudoku/36. Valid Sudoku.csproj +++ b/36. Valid Sudoku/36. Valid Sudoku.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _36._Valid_Sudoku enable enable diff --git a/383. Ransom Note/383. Ransom Note.csproj b/383. Ransom Note/383. Ransom Note.csproj index c106eeb..26a7ebe 100644 --- a/383. Ransom Note/383. Ransom Note.csproj +++ b/383. Ransom Note/383. Ransom Note.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _383._Ransom_Note enable enable diff --git a/387. First Unique Character in a String/387. First Unique Character in a String.csproj b/387. First Unique Character in a String/387. First Unique Character in a String.csproj index 7c2e1ff..9077c0e 100644 --- a/387. First Unique Character in a String/387. First Unique Character in a String.csproj +++ b/387. First Unique Character in a String/387. First Unique Character in a String.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _387._First_Unique_Character_in_a_String enable enable diff --git a/392. Is Subsequence/392. Is Subsequence.csproj b/392. Is Subsequence/392. Is Subsequence.csproj index bde3737..4acafce 100644 --- a/392. Is Subsequence/392. Is Subsequence.csproj +++ b/392. Is Subsequence/392. Is Subsequence.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _392._Is_Subsequence enable enable diff --git a/4. Median of Two Sorted Arrays/4. Median of Two Sorted Arrays.csproj b/4. Median of Two Sorted Arrays/4. Median of Two Sorted Arrays.csproj index 20e416b..adddd8c 100644 --- a/4. Median of Two Sorted Arrays/4. Median of Two Sorted Arrays.csproj +++ b/4. Median of Two Sorted Arrays/4. Median of Two Sorted Arrays.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 _4._Median_of_Two_Sorted_Arrays enable enable diff --git a/409. Longest Palindrome/409. Longest Palindrome.csproj b/409. Longest Palindrome/409. Longest Palindrome.csproj index 5283c84..148f948 100644 --- a/409. Longest Palindrome/409. Longest Palindrome.csproj +++ b/409. Longest Palindrome/409. Longest Palindrome.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _409._Longest_Palindrome enable enable diff --git a/424. Longest Repeating Character Replacement/424. Longest Repeating Character Replacement.csproj b/424. Longest Repeating Character Replacement/424. Longest Repeating Character Replacement.csproj index 7dc56ef..41b691a 100644 --- a/424. Longest Repeating Character Replacement/424. Longest Repeating Character Replacement.csproj +++ b/424. Longest Repeating Character Replacement/424. Longest Repeating Character Replacement.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _424._Longest_Repeating_Character_Replacement enable enable diff --git a/438. Find All Anagrams in a String/438. Find All Anagrams in a String.csproj b/438. Find All Anagrams in a String/438. Find All Anagrams in a String.csproj index 6a26b6e..5f9340a 100644 --- a/438. Find All Anagrams in a String/438. Find All Anagrams in a String.csproj +++ b/438. Find All Anagrams in a String/438. Find All Anagrams in a String.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _438._Find_All_Anagrams_in_a_String enable enable diff --git a/46. Permutations/46. Permutations.csproj b/46. Permutations/46. Permutations.csproj index 54a7526..5bedc47 100644 --- a/46. Permutations/46. Permutations.csproj +++ b/46. Permutations/46. Permutations.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _46._Permutations enable enable diff --git a/509. Fibonacci Number/509. Fibonacci Number.csproj b/509. Fibonacci Number/509. Fibonacci Number.csproj index ff6940a..1f20033 100644 --- a/509. Fibonacci Number/509. Fibonacci Number.csproj +++ b/509. Fibonacci Number/509. Fibonacci Number.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _509._Fibonacci_Number enable enable diff --git a/53. Maximum Subarray/53. Maximum Subarray.csproj b/53. Maximum Subarray/53. Maximum Subarray.csproj index 59fcbc5..a58d7e3 100644 --- a/53. Maximum Subarray/53. Maximum Subarray.csproj +++ b/53. Maximum Subarray/53. Maximum Subarray.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _53._Maximum_Subarray enable enable diff --git a/542. 01 Matrix/542. 01 Matrix.csproj b/542. 01 Matrix/542. 01 Matrix.csproj index 4839287..400e07c 100644 --- a/542. 01 Matrix/542. 01 Matrix.csproj +++ b/542. 01 Matrix/542. 01 Matrix.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _542._01_Matrix enable enable diff --git a/557. Reverse Words in a String III/557. Reverse Words in a String III.csproj b/557. Reverse Words in a String III/557. Reverse Words in a String III.csproj index c8ed6ef..86b0e7a 100644 --- a/557. Reverse Words in a String III/557. Reverse Words in a String III.csproj +++ b/557. Reverse Words in a String III/557. Reverse Words in a String III.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _557._Reverse_Words_in_a_String_III enable enable diff --git a/566. Reshape the Matrix/566. Reshape the Matrix.csproj b/566. Reshape the Matrix/566. Reshape the Matrix.csproj index 408a4f8..1842220 100644 --- a/566. Reshape the Matrix/566. Reshape the Matrix.csproj +++ b/566. Reshape the Matrix/566. Reshape the Matrix.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _566._Reshape_the_Matrix enable enable diff --git a/567. Permutation in String/567. Permutation in String.csproj b/567. Permutation in String/567. Permutation in String.csproj index 3eba631..73bda57 100644 --- a/567. Permutation in String/567. Permutation in String.csproj +++ b/567. Permutation in String/567. Permutation in String.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _567._Permutation_in_String enable enable diff --git a/589. N-ary Tree Preorder Traversal/589. N-ary Tree Preorder Traversal.csproj b/589. N-ary Tree Preorder Traversal/589. N-ary Tree Preorder Traversal.csproj index 8d8c482..952d006 100644 --- a/589. N-ary Tree Preorder Traversal/589. N-ary Tree Preorder Traversal.csproj +++ b/589. N-ary Tree Preorder Traversal/589. N-ary Tree Preorder Traversal.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _589._N_ary_Tree_Preorder_Traversal enable enable diff --git a/6. Zigzag Conversion/6. Zigzag Conversion.csproj b/6. Zigzag Conversion/6. Zigzag Conversion.csproj index 0fb3af2..af43893 100644 --- a/6. Zigzag Conversion/6. Zigzag Conversion.csproj +++ b/6. Zigzag Conversion/6. Zigzag Conversion.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 _6._Zigzag_Conversion enable enable diff --git a/617. Merge Two Binary Trees/617. Merge Two Binary Trees.csproj b/617. Merge Two Binary Trees/617. Merge Two Binary Trees.csproj index c2574bf..a31d8ae 100644 --- a/617. Merge Two Binary Trees/617. Merge Two Binary Trees.csproj +++ b/617. Merge Two Binary Trees/617. Merge Two Binary Trees.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _617._Merge_Two_Binary_Trees enable enable diff --git a/62. Unique Paths/62. Unique Paths.csproj b/62. Unique Paths/62. Unique Paths.csproj index 577b2c1..03aebee 100644 --- a/62. Unique Paths/62. Unique Paths.csproj +++ b/62. Unique Paths/62. Unique Paths.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _62._Unique_Paths enable enable diff --git a/695. Max Area of Island/695. Max Area of Island.csproj b/695. Max Area of Island/695. Max Area of Island.csproj index dfecafb..d9e54e6 100644 --- a/695. Max Area of Island/695. Max Area of Island.csproj +++ b/695. Max Area of Island/695. Max Area of Island.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _695._Max_Area_of_Island enable enable diff --git a/70. Climbing Stairs/70. Climbing Stairs.csproj b/70. Climbing Stairs/70. Climbing Stairs.csproj index 2b17eb3..580be3e 100644 --- a/70. Climbing Stairs/70. Climbing Stairs.csproj +++ b/70. Climbing Stairs/70. Climbing Stairs.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _70._Climbing_Stairs enable enable diff --git a/700. Search in a Binary Search Tree/700. Search in a Binary Search Tree.csproj b/700. Search in a Binary Search Tree/700. Search in a Binary Search Tree.csproj index 415ae08..3a506ce 100644 --- a/700. Search in a Binary Search Tree/700. Search in a Binary Search Tree.csproj +++ b/700. Search in a Binary Search Tree/700. Search in a Binary Search Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _700._Search_in_a_Binary_Search_Tree enable enable diff --git a/701. Insert into a Binary Search Tree/701. Insert into a Binary Search Tree.csproj b/701. Insert into a Binary Search Tree/701. Insert into a Binary Search Tree.csproj index 28196fc..e58b387 100644 --- a/701. Insert into a Binary Search Tree/701. Insert into a Binary Search Tree.csproj +++ b/701. Insert into a Binary Search Tree/701. Insert into a Binary Search Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _701._Insert_into_a_Binary_Search_Tree enable enable diff --git a/704. Binary Search/704. Binary Search.csproj b/704. Binary Search/704. Binary Search.csproj index 14b3774..7a827b9 100644 --- a/704. Binary Search/704. Binary Search.csproj +++ b/704. Binary Search/704. Binary Search.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _704._Binary_Search enable enable diff --git a/724. Find Pivot Index/724. Find Pivot Index.csproj b/724. Find Pivot Index/724. Find Pivot Index.csproj index 2449c8c..fe3a629 100644 --- a/724. Find Pivot Index/724. Find Pivot Index.csproj +++ b/724. Find Pivot Index/724. Find Pivot Index.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _724._Find_Pivot_Index enable enable diff --git a/733. Flood Fill/733. Flood Fill.csproj b/733. Flood Fill/733. Flood Fill.csproj index 1dd8237..e215126 100644 --- a/733. Flood Fill/733. Flood Fill.csproj +++ b/733. Flood Fill/733. Flood Fill.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _733._Flood_Fill enable enable diff --git a/74. Search a 2D Matrix/74. Search a 2D Matrix.csproj b/74. Search a 2D Matrix/74. Search a 2D Matrix.csproj index 78e5991..8042f15 100644 --- a/74. Search a 2D Matrix/74. Search a 2D Matrix.csproj +++ b/74. Search a 2D Matrix/74. Search a 2D Matrix.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _74._Search_a_2D_Matrix enable enable diff --git a/746. Min Cost Climbing Stairs/746. Min Cost Climbing Stairs.csproj b/746. Min Cost Climbing Stairs/746. Min Cost Climbing Stairs.csproj index f9c5030..7d3fbc9 100644 --- a/746. Min Cost Climbing Stairs/746. Min Cost Climbing Stairs.csproj +++ b/746. Min Cost Climbing Stairs/746. Min Cost Climbing Stairs.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _746._Min_Cost_Climbing_Stairs enable enable diff --git a/77. Combinations/77. Combinations.csproj b/77. Combinations/77. Combinations.csproj index be69202..37502c1 100644 --- a/77. Combinations/77. Combinations.csproj +++ b/77. Combinations/77. Combinations.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _77._Combinations enable enable diff --git a/784. Letter Case Permutation/784. Letter Case Permutation.csproj b/784. Letter Case Permutation/784. Letter Case Permutation.csproj index 6dfe4a5..3b4366c 100644 --- a/784. Letter Case Permutation/784. Letter Case Permutation.csproj +++ b/784. Letter Case Permutation/784. Letter Case Permutation.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _784._Letter_Case_Permutation enable enable diff --git a/8. String to Integer (atoi)/8. String to Integer (atoi).csproj b/8. String to Integer (atoi)/8. String to Integer (atoi).csproj index 82cad6d..f1fa7fe 100644 --- a/8. String to Integer (atoi)/8. String to Integer (atoi).csproj +++ b/8. String to Integer (atoi)/8. String to Integer (atoi).csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/83. Remove Duplicates from Sorted List/83. Remove Duplicates from Sorted List.csproj b/83. Remove Duplicates from Sorted List/83. Remove Duplicates from Sorted List.csproj index 7334fc9..6975aad 100644 --- a/83. Remove Duplicates from Sorted List/83. Remove Duplicates from Sorted List.csproj +++ b/83. Remove Duplicates from Sorted List/83. Remove Duplicates from Sorted List.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _83._Remove_Duplicates_from_Sorted_List enable enable diff --git a/876. Middle of the Linked List/876. Middle of the Linked List.csproj b/876. Middle of the Linked List/876. Middle of the Linked List.csproj index dc9cda3..09bafe8 100644 --- a/876. Middle of the Linked List/876. Middle of the Linked List.csproj +++ b/876. Middle of the Linked List/876. Middle of the Linked List.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _876._Middle_of_the_Linked_List enable enable diff --git a/88. Merge Sorted Array/88. Merge Sorted Array.csproj b/88. Merge Sorted Array/88. Merge Sorted Array.csproj index 26201db..bf583bb 100644 --- a/88. Merge Sorted Array/88. Merge Sorted Array.csproj +++ b/88. Merge Sorted Array/88. Merge Sorted Array.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _88._Merge_Sorted_Array enable enable diff --git a/94. Binary Tree Inorder Traversal/94. Binary Tree Inorder Traversal.csproj b/94. Binary Tree Inorder Traversal/94. Binary Tree Inorder Traversal.csproj index 3bf53c7..1da0688 100644 --- a/94. Binary Tree Inorder Traversal/94. Binary Tree Inorder Traversal.csproj +++ b/94. Binary Tree Inorder Traversal/94. Binary Tree Inorder Traversal.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _94._Binary_Tree_Inorder_Traversal enable enable diff --git a/977. Squares of a Sorted Array/977. Squares of a Sorted Array.csproj b/977. Squares of a Sorted Array/977. Squares of a Sorted Array.csproj index 2ca76d2..a5bd150 100644 --- a/977. Squares of a Sorted Array/977. Squares of a Sorted Array.csproj +++ b/977. Squares of a Sorted Array/977. Squares of a Sorted Array.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _977._Squares_of_a_Sorted_Array enable enable diff --git a/98. Validate Binary Search Tree/98. Validate Binary Search Tree.csproj b/98. Validate Binary Search Tree/98. Validate Binary Search Tree.csproj index 72ef4cf..45bfe4d 100644 --- a/98. Validate Binary Search Tree/98. Validate Binary Search Tree.csproj +++ b/98. Validate Binary Search Tree/98. Validate Binary Search Tree.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _98._Validate_Binary_Search_Tree enable enable diff --git a/994. Rotting Oranges/994. Rotting Oranges.csproj b/994. Rotting Oranges/994. Rotting Oranges.csproj index 69772c3..ed66b32 100644 --- a/994. Rotting Oranges/994. Rotting Oranges.csproj +++ b/994. Rotting Oranges/994. Rotting Oranges.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 _994._Rotting_Oranges enable enable diff --git a/Leetcode/Leetcode.csproj b/Leetcode/Leetcode.csproj index 74abf5c..91b464a 100644 --- a/Leetcode/Leetcode.csproj +++ b/Leetcode/Leetcode.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable