diff --git a/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj b/Codewars/3kyu/LastDigitOfHugeNumber/LastDigitOfHugeNumber.UnitTests/LastDigitOfHugeNumber.UnitTests.csproj index 0d399769..048d0d00 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 7614c309..ec622ef6 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 015a5a2e..9f460329 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 7686b07c..cd70f3a6 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 3bc7eb99..e4984865 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 b40cab1f..3eacb41f 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 362360c0..526b710f 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 37edafa2..c1bc7e64 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 6c054b1a..1e19fbd1 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 dba51506..77c1e40f 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 125a03c0..9ba62e40 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 a05639bc..9e49e8fc 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 5f6f7bdc..9a56d628 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 bef4029b..f565ab18 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 b102617b..7204683b 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 05e3d419..3702426e 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 7f4b14b9..a663c70d 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 c08076cf..fe9e0f65 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 9abc743e..8b161f35 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 190c2c52..2d85ce25 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 d57636e9..f131c6c6 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 18c9a215..d0e80334 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 474b3d0c..a1d46428 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 4a89b219..8f39a116 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 4723dc5b..d3b82f16 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 fbb6e7de..ea21fd2d 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 4a636b3d..dec9e792 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 4f4ee449..39e96d91 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 42283b43..a247e283 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 f6b90f08..d1781aa8 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 0439f439..dbfe74ea 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 9ff80544..dd2ccf4c 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 c2f9bf5f..ed906dc2 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 5fc8bc0e..2141e5e8 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 c78e8eb7..022a44a0 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 5c3fea32..5bbba005 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 1de71a72..b2df2e24 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 26eb6d54..e1fc49b6 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 d1ef3d66..4126d7bb 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 dd1a9252..cc7494e1 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 ed638574..b74dbe5c 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 7d132bb9..e3cb1106 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 cc4b98b2..c121439f 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 26f8c9a4..9035a55d 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 cc8138b1..16e7a356 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 b29b4291..51b808f8 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 e42d7e28..98082168 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 237fa6e6..a0536421 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 ca300c7b..e133824b 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 14ce7d7d..b375e312 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 d45f6f49..931058d6 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 a3a4fd2e..4f83bb68 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 6bda9d6f..1c931fa9 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 e5f133f1..80d08d52 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 07beb249..d1d62383 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 051c48ea..d70a8aaf 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 d7d8e2e2..2d75f625 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 f6ac444f..8c0bd603 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 ea602ba7..b16eac21 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 38439c58..3bf3f79b 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 e186ac4d..1c896da8 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 ff7f28c8..c745d856 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 d695c467..aa6247ff 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 d4934557..7c00c078 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 7f82aea5..95942e85 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 2bddec1d..e5c38bd4 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 bd327e0c..23c9bd36 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 b09af01f..73186bdb 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 0ce28564..82ef0de0 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 f9a82f09..aee0b327 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 bb0bb74f..d74c9ca0 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 235582fe..5c2f0ceb 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 dd1cb61e..c9d62955 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 84839287..91a62134 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 81845072..f8bc036a 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 343635b2..4a4552c1 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 f8692949..885199f9 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 75474e58..a5e9fa7e 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 a3652f24..e572171b 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 6004cb30..3ab380dc 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 3e687e41..5c5c488e 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 30b6fcce..9e6df95a 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 cf747c1e..4e3fd294 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 e4ee9d61..6fdb9f77 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 29e74509..52ce1843 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 43702b0c..1f055a3e 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 c491aa84..04e5fc8f 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 e09f7448..ed70797e 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 c0838fe9..384221b0 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 a08ff117..3b701dce 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