diff --git a/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj b/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj index 1aff392a..1cc9e4d7 100644 --- a/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj +++ b/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj b/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj index 6f73c761..f8a3e446 100644 --- a/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj +++ b/Codewars/4kyu/MostUsedWordInText/MostUsedWordInText.UnitTests/MostUsedWordInText.UnitTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj b/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj index ff9041c9..52ee8964 100644 --- a/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj +++ b/Codewars/5kyu/HumanReadableTime/HumanReadableTime.UnitTests/HumanReadableTime.UnitTests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj b/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj index 2a871d11..9dfff6c9 100644 --- a/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj +++ b/Codewars/5kyu/Rot13/Rot13.UnitTests/Rot13.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj b/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj index 07a68b56..8cf7cf40 100644 --- a/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj +++ b/Codewars/5kyu/ToSquareRootOrNotToSquareRoot/ToSquareRootOrNotToSquareRoot.UnitTests/ToSquareRootOrNotToSquareRoot.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj b/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj index 905afd5b..916daf9f 100644 --- a/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj +++ b/Codewars/6kyu/ArrayDiff/ArrayDiff.UnitTests/ArrayDiff.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj b/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj index 853732b9..24a3c31d 100644 --- a/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj +++ b/Codewars/6kyu/BreakCamelCase/BreakCamelCase.UnitTests/BreakCamelCase.UnitTests.csproj @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj b/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj index 2ed09521..e9c2463d 100644 --- a/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj +++ b/Codewars/6kyu/BuildTower/BuildTower.UnitTests/BuildTower.UnitTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj b/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj index 84017bd5..85eed052 100644 --- a/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj +++ b/Codewars/6kyu/ConnectTheDots/ConnectTheDots.UnitTests/ConnectTheDots.UnitTests.csproj @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj b/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj index 29d3ac19..ac9f1b75 100644 --- a/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj +++ b/Codewars/6kyu/ConvertStringToCamelCase/ConvertStringToCamelCase.UnitTests/ConvertStringToCamelCase.UnitTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj b/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj index 6201acd9..87f988fb 100644 --- a/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj +++ b/Codewars/6kyu/CountCharactersInString/CountCharactersInString.UnitTests/CountCharactersInString.UnitTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj b/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj index 299c5ddf..6556c5e7 100644 --- a/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj +++ b/Codewars/6kyu/DecipherThis/DecipherThis.UnitTests/DecipherThis.UnitTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj b/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj index 340a67a2..235ca18b 100644 --- a/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj +++ b/Codewars/6kyu/GiveMeAdiamond/GiveMeAdiamond.UnitTests/GiveMeAdiamond.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj b/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj index e01378c0..31c9d91b 100644 --- a/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj +++ b/Codewars/6kyu/IpValidation/IpValidation.UnitTests/IpValidation.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj b/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj index 516bd2c3..bdeb6c1b 100644 --- a/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj +++ b/Codewars/6kyu/MultiplesOf3Or5/MultiplesOf3Or5.UnitTests/MultiplesOf3Or5.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj b/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj index 1dc254fb..7be604d9 100644 --- a/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj +++ b/Codewars/6kyu/SumOfGroups/SumOfGroups.UnitTests/SumOfGroups.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj b/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj index c0b25bc0..684f469d 100644 --- a/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj +++ b/Codewars/7kyu/AlphabetSymmetry/AlphabetSymmetry.UnitTests/AlphabetSymmetry.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj b/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj index ed52893d..4eb12dfa 100644 --- a/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj +++ b/Codewars/7kyu/AreTheNumbersInOrder/AreTheNumbersInOrder.UnitTests/AreTheNumbersInOrder.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj b/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj index 54be8265..2bda3cbe 100644 --- a/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj +++ b/Codewars/7kyu/BinaryAddition/BinaryAddition.UnitTests/BinaryAddition.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj b/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj index a917b9fa..2f4d46c8 100644 --- a/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj +++ b/Codewars/7kyu/BinaryScore/BinaryScore.UnitTests/BinaryScore.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj b/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj index 80df4b08..70d08754 100644 --- a/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj +++ b/Codewars/7kyu/CaseSwapping/CaseSwapping.UnitTests/CaseSwapping.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj b/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj index 79595c98..82faf2c2 100644 --- a/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj +++ b/Codewars/7kyu/CharacterCounter/CharacterCounter.UnitTests/CharacterCounter.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj b/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj index 9346eb67..d3fed962 100644 --- a/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj +++ b/Codewars/7kyu/CircleAreaInsideSquare/CircleAreaInsideSquare.UnitTests/CircleAreaInsideSquare.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj b/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj index 9f7b0937..412f2e89 100644 --- a/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj +++ b/Codewars/7kyu/CountTheDigit/CountTheDigit.UnitTests/CountTheDigit.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj b/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj index fca47691..6c07bb35 100644 --- a/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj +++ b/Codewars/7kyu/CreditCardMask/CreditCardMask.UnitTests/CreditCardMask.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj b/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj index 90a2d10e..2c55d77e 100644 --- a/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj +++ b/Codewars/7kyu/DescendingOrder/DescendingOrder.UnitTests/DescendingOrder.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj b/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj index c04ad9e0..d81a2a48 100644 --- a/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj +++ b/Codewars/7kyu/FindTheCapitals/FindTheCapitals.UnitTests/FindTheCapitals.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj b/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj index e4f16e67..5b9d20c6 100644 --- a/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj +++ b/Codewars/7kyu/FindTheDivisors/FindTheDivisors.UnitTests/FindTheDivisors.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj b/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj index 295f4516..1de8529d 100644 --- a/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj +++ b/Codewars/7kyu/FindTheMiddleElement/FindTheMiddleElement.UnitTests/FindTheMiddleElement.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj b/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj index 0725cdb5..3c504c22 100644 --- a/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj +++ b/Codewars/7kyu/FindTheNthDigitOfNumber/FindTheNthDigitOfNumber.UnitTests/FindTheNthDigitOfNumber.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj b/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj index 51112d7e..7ebb02e4 100644 --- a/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj +++ b/Codewars/7kyu/FindTheVowels/FindTheVowels.UnitTests/FindTheVowels.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj b/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj index 36bdf6be..d68efb13 100644 --- a/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj +++ b/Codewars/7kyu/HelpFarmerCountAnimals/HelpFarmerCountAnimals.UnitTests/HelpFarmerCountAnimals.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj b/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj index 88303405..ddeb6518 100644 --- a/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj +++ b/Codewars/7kyu/HighestAndLowest/HighestAndLowest.UnitTests/HighestAndLowest.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj b/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj index 824be269..0ed01b79 100644 --- a/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj +++ b/Codewars/7kyu/InsertDashes/InsertDashes.UnitTests/InsertDashes.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj b/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj index 04bb5663..4008f94b 100644 --- a/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj +++ b/Codewars/7kyu/JadenCasingStrings/JadenCasingStrings.UnitTests/JadenCasingStrings.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj b/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj index 2892d4b7..712bb8b6 100644 --- a/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj +++ b/Codewars/7kyu/Largest5DigitNumberInSeries/Largest5DigitNumberInSeries.UnitTests/Largest5DigitNumberInSeries.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj b/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj index ffea5cf2..81d86b6f 100644 --- a/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj +++ b/Codewars/7kyu/LeapYears/LeapYears.UnitTests/LeapYears.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj b/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj index b42eae63..88cd3865 100644 --- a/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj +++ b/Codewars/7kyu/ListFiltering/ListFiltering.UnitTests/ListFiltering.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj b/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj index 2bd87692..2bffeddd 100644 --- a/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj +++ b/Codewars/7kyu/MaxDiffEasy/MaxDiffEasy.UnitTests/MaxDiffEasy.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj b/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj index 79614122..abda1665 100644 --- a/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj +++ b/Codewars/7kyu/MaximumLengthDifference/MaximumLengthDifference.UnitTests/MaximumLengthDifference.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj b/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj index cde1d291..fe550a5e 100644 --- a/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj +++ b/Codewars/7kyu/Mumbling/Mumbling.UnitTests/Mumbling.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj b/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj index 386426c9..e2d0f845 100644 --- a/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj +++ b/Codewars/7kyu/NarcissisticNumbers/NarcissisticNumbers.UnitTests/NarcissisticNumbers.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj b/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj index 5462ca6a..cf350f22 100644 --- a/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj +++ b/Codewars/7kyu/NextPalindromicNumber/NextPalindromicNumber.UnitTests/NextPalindromicNumber.UnitTests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj b/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj index d3deac52..84b78554 100644 --- a/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj +++ b/Codewars/7kyu/PossibilitiesArray/PossibilitiesArray.UnitTests/PossibilitiesArray.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj b/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj index 1b08722a..e3d37eaf 100644 --- a/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj +++ b/Codewars/7kyu/RemoveTheMinimum/RemoveTheMinimum.UnitTests/RemoveTheMinimum.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj b/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj index 9470b06f..4fa5b826 100644 --- a/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj +++ b/Codewars/7kyu/ReturnClosestNumberMultipleOf10/ReturnClosestNumberMultipleOf10.UnitTests/ReturnClosestNumberMultipleOf10.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj b/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj index cd2f99dc..0ffd6d04 100644 --- a/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj +++ b/Codewars/7kyu/RoundUpToNextMultipleOf5/RoundUpToNextMultipleOf5.UnitTests/RoundUpToNextMultipleOf5.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj b/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj index 099a0763..3d7ed775 100644 --- a/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj +++ b/Codewars/7kyu/SimpleStringCharacters/SimpleStringCharacters.UnitTests/SimpleStringCharacters.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj b/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj index 73239ad8..a407d654 100644 --- a/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj +++ b/Codewars/7kyu/SortNumbers/SortNumbers.UnitTests/SortNumbers.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj b/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj index 36e9d216..090491b0 100644 --- a/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj +++ b/Codewars/7kyu/StringEndsWith/StringEndsWith.UnitTests/StringEndsWith.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj b/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj index d7f29622..05aac968 100644 --- a/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj +++ b/Codewars/7kyu/SumOfSequence/SumOfSequence.UnitTests/SumOfSequence.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj b/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj index fa69f884..a693006c 100644 --- a/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj +++ b/Codewars/7kyu/SumOfTwoLowestPositiveIntegers/SumOfTwoLowestPositiveIntegers.UnitTests/SumOfTwoLowestPositiveIntegers.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj b/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj index a107b7e1..e8e728ed 100644 --- a/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj +++ b/Codewars/7kyu/TheHighestProfitWins/TheHighestProfitWins.UnitTests/TheHighestProfitWins.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj b/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj index 15bc2da0..4d4a728c 100644 --- a/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj +++ b/Codewars/7kyu/TwoToOne/TwoToOne.UnitTests/TwoToOne.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj b/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj index b97ae57f..d4a1607d 100644 --- a/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj +++ b/Codewars/7kyu/YouGotChange/YouGotChange.UnitTests/YouGotChange.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj b/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj index 0154a1ba..71135a61 100644 --- a/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj +++ b/Codewars/8kyu/AdamAndEve/AdamAndEve.UnitTests/AdamAndEve.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj b/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj index 9b598e0b..1dd21e50 100644 --- a/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj +++ b/Codewars/8kyu/AreTheyOpposite/AreTheyOpposite.UnitTests/AreTheyOpposite.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj b/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj index 76020a50..9fb22f6b 100644 --- a/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj +++ b/Codewars/8kyu/AreaOfaSquare/AreaOfaSquare.UnitTests/AreaOfaSquare.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj b/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj index dd635959..31df4e90 100644 --- a/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj +++ b/Codewars/8kyu/CatYearsDogYears/CatYearsDogYears.UnitTests/CatYearsDogYears.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj b/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj index c280603b..29c5d15e 100644 --- a/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj +++ b/Codewars/8kyu/CharacterFrequency/CharacterFrequency.UnitTests/CharacterFrequency.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj b/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj index 826ceb66..a657d99b 100644 --- a/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj +++ b/Codewars/8kyu/Collinearity/Collinearity.UnitTests/Collinearity.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj b/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj index e0007923..567b8009 100644 --- a/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj +++ b/Codewars/8kyu/ColorGhost/ColorGhost.UnitTests/ColorGhost.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj b/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj index 03078a3b..0cd619df 100644 --- a/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj +++ b/Codewars/8kyu/CorrectTheMistakesOfTheCharacterRecognitionSoftware/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests/CorrectTheMistakesOfTheCharacterRecognitionSoftware.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj b/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj index 6b846932..de2417ae 100644 --- a/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj +++ b/Codewars/8kyu/CountSquares/CountSquares.UnitTests/CountSquares.UnitTests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj b/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj index aec5f714..05220fc0 100644 --- a/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj +++ b/Codewars/8kyu/DecibelScale/DecibelScale.UnitTests/DecibelScale.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj b/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj index 48f6bc46..ee038614 100644 --- a/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj +++ b/Codewars/8kyu/DollarsAndCents/DollarsAndCents.UnitTests/DollarsAndCents.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj b/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj index 4cec43e0..b765a834 100644 --- a/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj +++ b/Codewars/8kyu/DoubleChar/DoubleChar.UnitTests/DoubleChar.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj b/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj index 4963ed4e..cc27c8ef 100644 --- a/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj +++ b/Codewars/8kyu/ExclamationMarksSeries6/ExclamationMarksSeries6.UnitTests/ExclamationMarksSeries6.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj b/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj index ec997e45..ee8e989c 100644 --- a/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj +++ b/Codewars/8kyu/FindNearestSquareNumber/FindNearestSquareNumber.UnitTests/FindNearestSquareNumber.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj b/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj index 98dece5b..837ff716 100644 --- a/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj +++ b/Codewars/8kyu/Grader/Grader.UnitTests/Grader.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj b/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj index ac54ee73..6c7b3536 100644 --- a/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj +++ b/Codewars/8kyu/GravityFlip/GravityFlip.UnitTests/GravityFlip.UnitTests.csproj @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj b/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj index 93bb9913..723e0652 100644 --- a/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj +++ b/Codewars/8kyu/Holiday4SharkPontoon/Holiday4SharkPontoon.UnitTests/Holiday4SharkPontoon.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj b/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj index b78c06f0..1a4e3293 100644 --- a/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj +++ b/Codewars/8kyu/IsYourPeriodLate/IsYourPeriodLate.UnitTests/IsYourPeriodLate.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj b/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj index 50cdc6a8..705564e2 100644 --- a/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj +++ b/Codewars/8kyu/LarioAndMuigiPipeProblem/LarioAndMuigiPipeProblem.UnitTests/LarioAndMuigiPipeProblem.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj b/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj index 18f93bcc..e9ad35c3 100644 --- a/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj +++ b/Codewars/8kyu/MergeTwoSortedArrays/MergeTwoSortedArrays.UnitTests/MergeTwoSortedArrays.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj b/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj index 6266426b..526e5f50 100644 --- a/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj +++ b/Codewars/8kyu/NumberToReversedArray/NumberToReversedArray.UnitTests/NumberToReversedArray.UnitTests.csproj @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj b/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj index 024da34a..985e3ec1 100644 --- a/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj +++ b/Codewars/8kyu/OnlineRpgPlayerToQualifyingStage/OnlineRpgPlayerToQualifyingStage.UnitTests/OnlineRpgPlayerToQualifyingStage.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj b/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj index dd5297cd..56d6a5d6 100644 --- a/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj +++ b/Codewars/8kyu/Pillars/Pillars.UnitTests/Pillars.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj b/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj index 34d743c8..88a8ebb8 100644 --- a/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj +++ b/Codewars/8kyu/PlayingWithCubes2/PlayingWithCubes2.UnitTests/PlayingWithCubes2.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj b/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj index 4386094e..919609fa 100644 --- a/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj +++ b/Codewars/8kyu/RemoveFirstAndLastCharacter2/RemoveFirstAndLastCharacter2.UnitTests/RemoveFirstAndLastCharacter2.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj b/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj index 1b9c8c37..b097399e 100644 --- a/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj +++ b/Codewars/8kyu/ReversingWordsInString/ReversingWordsInString.UnitTests/ReversingWordsInString.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj b/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj index 0deda2e5..6c118275 100644 --- a/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj +++ b/Codewars/8kyu/SleighAuthentication/SleighAuthentication.UnitTests/SleighAuthentication.UnitTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj b/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj index fd9d4e6c..1f6f9c6f 100644 --- a/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj +++ b/Codewars/8kyu/SquareAndSum/SquareAndSum.UnitTests/SquareAndSum.UnitTests.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj b/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj index 33f6aa17..9ca28b1d 100644 --- a/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj +++ b/Codewars/8kyu/SubtractTheSum/SubtractTheSum.UnitTests/SubtractTheSum.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj b/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj index 4e617f2b..6d707fad 100644 --- a/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj +++ b/Codewars/8kyu/SumTheStrings/SumTheStrings.UnitTests/SumTheStrings.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj b/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj index 7234fdf8..c7293a91 100644 --- a/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj +++ b/Codewars/8kyu/SumWithoutHighestAndLowestNumber/SumWithoutHighestAndLowestNumber.UnitTests/SumWithoutHighestAndLowestNumber.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj b/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj index bb86dc19..7216c87a 100644 --- a/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj +++ b/Codewars/8kyu/TakeAnArrowToTheKneeFunctionally/TakeAnArrowToTheKneeFunctionally.UnitTests/TakeAnArrowToTheKneeFunctionally.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj b/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj index 8f894798..66bd9d4c 100644 --- a/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj +++ b/Codewars/8kyu/VowelRemover/VowelRemover.UnitTests/VowelRemover.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj b/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj index 84c00a3e..04a985e2 100644 --- a/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj +++ b/Codewars/8kyu/WelcomeToTheCity/WelcomeToTheCity.UnitTests/WelcomeToTheCity.UnitTests.csproj @@ -8,7 +8,7 @@ - + diff --git a/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj b/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj index 649f4f73..38ca7084 100644 --- a/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj +++ b/Codewars/8kyu/WellOfIdeas/WellOfIdeas.UnitTests/WellOfIdeas.UnitTests.csproj @@ -8,7 +8,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive