diff --git a/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj b/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj index 1aff392a..7d1f0d51 100644 --- a/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj +++ b/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj b/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj index 6f73c761..ef6ba607 100644 --- a/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj +++ b/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj b/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj index ff9041c9..1b482e1e 100644 --- a/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj +++ b/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj b/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj index 2a871d11..ed733f28 100644 --- a/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj +++ b/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj b/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj index 07a68b56..9b70c3fa 100644 --- a/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj +++ b/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj b/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj index 905afd5b..47a11c20 100644 --- a/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj +++ b/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj b/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj index 853732b9..a01b11ca 100644 --- a/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj +++ b/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj b/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj index 2ed09521..f5256dca 100644 --- a/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj +++ b/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj b/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj index 84017bd5..29de1071 100644 --- a/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj +++ b/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj b/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj index 29d3ac19..30439b01 100644 --- a/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj +++ b/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj b/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj index 6201acd9..ff16a993 100644 --- a/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj +++ b/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj b/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj index 299c5ddf..563e57cc 100644 --- a/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj +++ b/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj b/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj index 340a67a2..066f8878 100644 --- a/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj +++ b/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj b/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj index e01378c0..7e3d41f3 100644 --- a/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj +++ b/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj b/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj index 516bd2c3..5716bb7a 100644 --- a/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj +++ b/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj b/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj index 1dc254fb..8cf0dfae 100644 --- a/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj +++ b/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj b/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj index c0b25bc0..dda0a80c 100644 --- a/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj +++ b/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj b/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj index ed52893d..2e1c0d22 100644 --- a/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj +++ b/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj b/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj index 54be8265..8e2266c8 100644 --- a/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj +++ b/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj b/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj index a917b9fa..78319c12 100644 --- a/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj +++ b/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj b/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj index 80df4b08..814df96c 100644 --- a/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj +++ b/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj b/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj index 79595c98..f65ca2bd 100644 --- a/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj +++ b/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj b/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj index 9346eb67..8df4a7e8 100644 --- a/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj +++ b/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj b/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj index 9f7b0937..e01147f4 100644 --- a/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj +++ b/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj b/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj index fca47691..12b06837 100644 --- a/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj +++ b/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj b/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj index 90a2d10e..b4e083d5 100644 --- a/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj +++ b/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj b/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj index c04ad9e0..212f75b1 100644 --- a/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj +++ b/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj b/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj index e4f16e67..7d7e7bbc 100644 --- a/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj +++ b/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj b/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj index 295f4516..3bf4acfd 100644 --- a/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj +++ b/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj b/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj index 0725cdb5..15ea5551 100644 --- a/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj +++ b/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj b/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj index 51112d7e..6e16ade7 100644 --- a/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj +++ b/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj b/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj index 36bdf6be..2e797fc5 100644 --- a/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj +++ b/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj b/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj index 88303405..72ee2163 100644 --- a/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj +++ b/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj b/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj index 824be269..9a5f5423 100644 --- a/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj +++ b/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj b/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj index 04bb5663..f03a95bd 100644 --- a/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj +++ b/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj b/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj index 2892d4b7..91ae509c 100644 --- a/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj +++ b/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj b/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj index ffea5cf2..989c0b8c 100644 --- a/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj +++ b/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj b/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj index b42eae63..27eec3ff 100644 --- a/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj +++ b/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj b/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj index 2bd87692..a568277b 100644 --- a/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj +++ b/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj b/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj index 79614122..59c42548 100644 --- a/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj +++ b/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj b/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj index cde1d291..04e9efb7 100644 --- a/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj +++ b/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj b/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj index 386426c9..e60a155f 100644 --- a/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj +++ b/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj b/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj index 5462ca6a..23b82171 100644 --- a/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj +++ b/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj b/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj index d3deac52..e3ea09e8 100644 --- a/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj +++ b/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj b/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj index 1b08722a..f763f67a 100644 --- a/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj +++ b/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj b/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj index 9470b06f..1dd98237 100644 --- a/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj +++ b/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj b/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj index cd2f99dc..7c883f76 100644 --- a/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj +++ b/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj b/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj index 099a0763..aea11cfa 100644 --- a/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj +++ b/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj b/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj index 73239ad8..8dee361b 100644 --- a/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj +++ b/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj b/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj index 36e9d216..9beb1d2e 100644 --- a/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj +++ b/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj b/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj index d7f29622..4fdbbd4e 100644 --- a/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj +++ b/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj b/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj index fa69f884..d51d9df5 100644 --- a/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj +++ b/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj b/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj index a107b7e1..cd64413a 100644 --- a/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj +++ b/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj b/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj index 15bc2da0..fc3c81d9 100644 --- a/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj +++ b/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj b/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj index b97ae57f..6afcf611 100644 --- a/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj +++ b/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj b/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj index 0154a1ba..7275c0b4 100644 --- a/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj +++ b/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj b/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj index 9b598e0b..c976c182 100644 --- a/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj +++ b/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj b/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj index 76020a50..7bf24ca4 100644 --- a/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj +++ b/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj b/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj index dd635959..627120b2 100644 --- a/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj +++ b/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj b/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj index c280603b..a31e857e 100644 --- a/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj +++ b/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj b/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj index 826ceb66..7b38157a 100644 --- a/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj +++ b/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj b/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj index e0007923..c879f895 100644 --- a/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj +++ b/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj b/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj index 03078a3b..94173e1b 100644 --- a/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj +++ b/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj b/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj index 6b846932..a3dfe675 100644 --- a/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj +++ b/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj b/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj index aec5f714..eaaa4339 100644 --- a/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj +++ b/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj b/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj index 48f6bc46..4d1a4cc8 100644 --- a/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj +++ b/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj b/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj index 4cec43e0..92eccb58 100644 --- a/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj +++ b/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj b/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj index 4963ed4e..5a8f978d 100644 --- a/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj +++ b/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj b/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj index ec997e45..fb79265f 100644 --- a/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj +++ b/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj b/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj index 98dece5b..b0f3ba01 100644 --- a/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj +++ b/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj b/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj index ac54ee73..be4ea99e 100644 --- a/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj +++ b/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj b/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj index 93bb9913..ea351836 100644 --- a/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj +++ b/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj b/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj index b78c06f0..f31382bb 100644 --- a/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj +++ b/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj b/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj index 50cdc6a8..133500c2 100644 --- a/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj +++ b/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj b/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj index 18f93bcc..9262cd25 100644 --- a/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj +++ b/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj b/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj index 6266426b..4a63a5ed 100644 --- a/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj +++ b/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj b/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj index 024da34a..f88ec747 100644 --- a/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj +++ b/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj b/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj index dd5297cd..88ff6b93 100644 --- a/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj +++ b/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj b/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj index 34d743c8..4e5171ec 100644 --- a/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj +++ b/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj b/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj index 4386094e..f8548da0 100644 --- a/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj +++ b/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj b/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj index 1b9c8c37..8ba36ae5 100644 --- a/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj +++ b/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj b/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj index 0deda2e5..dc161b15 100644 --- a/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj +++ b/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj b/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj index fd9d4e6c..72ed4dbd 100644 --- a/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj +++ b/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj b/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj index 33f6aa17..be31798c 100644 --- a/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj +++ b/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj b/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj index 4e617f2b..0efe762a 100644 --- a/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj +++ b/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj b/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj index 7234fdf8..2cae462b 100644 --- a/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj +++ b/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj b/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj index bb86dc19..9c7b476f 100644 --- a/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj +++ b/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj b/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj index 8f894798..6d463b0f 100644 --- a/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj +++ b/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj b/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj index 84c00a3e..892dfb23 100644 --- a/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj +++ b/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj b/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj index 649f4f73..cc4895e0 100644 --- a/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj +++ b/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj @@ -14,7 +14,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all