From 426c0ba8ab3078f74e5d6d8b9535bd31783f3fcd Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 1 Mar 2019 08:30:14 +0100 Subject: [PATCH 1/2] dependencies: bump xunit to 2.4.1 --- exercises/acronym/Acronym.csproj | 2 +- exercises/affine-cipher/AffineCipher.csproj | 2 +- exercises/alphametics/Alphametics.csproj | 2 +- exercises/armstrong-numbers/ArmstrongNumbers.csproj | 2 +- exercises/binary-search/BinarySearch.csproj | 2 +- exercises/book-store/BookStore.csproj | 2 +- exercises/bowling/Bowling.csproj | 2 +- exercises/bracket-push/BracketPush.csproj | 2 +- exercises/darts/Darts.csproj | 2 +- exercises/diamond/Diamond.csproj | 2 +- exercises/difference-of-squares/DifferenceOfSquares.csproj | 2 +- exercises/diffie-hellman/DiffieHellman.csproj | 2 +- exercises/dnd-character/DndCharacter.csproj | 2 +- exercises/dominoes/Dominoes.csproj | 2 +- exercises/error-handling/ErrorHandling.csproj | 2 +- exercises/flatten-array/FlattenArray.csproj | 2 +- exercises/go-counting/GoCounting.csproj | 2 +- exercises/grep/Grep.csproj | 2 +- exercises/isogram/Isogram.csproj | 2 +- exercises/kindergarten-garden/KindergartenGarden.csproj | 2 +- exercises/leap/Leap.csproj | 2 +- exercises/ledger/Ledger.csproj | 2 +- exercises/linked-list/LinkedList.csproj | 2 +- exercises/luhn/Luhn.csproj | 2 +- exercises/markdown/Markdown.csproj | 2 +- exercises/minesweeper/Minesweeper.csproj | 2 +- exercises/nth-prime/NthPrime.csproj | 2 +- exercises/nucleotide-count/NucleotideCount.csproj | 2 +- exercises/ocr-numbers/OcrNumbers.csproj | 2 +- exercises/octal/Octal.csproj | 2 +- exercises/palindrome-products/PalindromeProducts.csproj | 2 +- exercises/pangram/Pangram.csproj | 2 +- exercises/pascals-triangle/PascalsTriangle.csproj | 2 +- exercises/phone-number/PhoneNumber.csproj | 2 +- exercises/pig-latin/PigLatin.csproj | 2 +- exercises/poker/Poker.csproj | 2 +- exercises/pov/Pov.csproj | 2 +- exercises/protein-translation/ProteinTranslation.csproj | 2 +- exercises/proverb/Proverb.csproj | 2 +- exercises/rail-fence-cipher/RailFenceCipher.csproj | 2 +- exercises/raindrops/Raindrops.csproj | 2 +- exercises/rational-numbers/RationalNumbers.csproj | 2 +- exercises/rectangles/Rectangles.csproj | 2 +- exercises/rest-api/RestApi.csproj | 2 +- exercises/reverse-string/ReverseString.csproj | 2 +- exercises/rna-transcription/RnaTranscription.csproj | 2 +- exercises/robot-name/RobotName.csproj | 2 +- exercises/robot-simulator/RobotSimulator.csproj | 2 +- exercises/roman-numerals/RomanNumerals.csproj | 2 +- exercises/rotational-cipher/RotationalCipher.csproj | 2 +- exercises/run-length-encoding/RunLengthEncoding.csproj | 2 +- exercises/saddle-points/SaddlePoints.csproj | 2 +- exercises/say/Say.csproj | 2 +- exercises/scale-generator/ScaleGenerator.csproj | 2 +- exercises/secret-handshake/SecretHandshake.csproj | 2 +- exercises/series/Series.csproj | 2 +- exercises/sgf-parsing/SgfParsing.csproj | 2 +- exercises/simple-linked-list/SimpleLinkedList.csproj | 2 +- exercises/space-age/SpaceAge.csproj | 2 +- exercises/spiral-matrix/SpiralMatrix.csproj | 2 +- exercises/strain/Strain.csproj | 2 +- exercises/sum-of-multiples/SumOfMultiples.csproj | 2 +- exercises/triangle/Triangle.csproj | 2 +- exercises/trinary/Trinary.csproj | 2 +- exercises/twelve-days/TwelveDays.csproj | 2 +- exercises/two-bucket/TwoBucket.csproj | 2 +- exercises/word-search/WordSearch.csproj | 2 +- exercises/wordy/Wordy.csproj | 2 +- exercises/zebra-puzzle/ZebraPuzzle.csproj | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/exercises/acronym/Acronym.csproj b/exercises/acronym/Acronym.csproj index 721cc93cb4..d567a93b8d 100644 --- a/exercises/acronym/Acronym.csproj +++ b/exercises/acronym/Acronym.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/affine-cipher/AffineCipher.csproj b/exercises/affine-cipher/AffineCipher.csproj index cc6c611718..fa91aaeb3e 100644 --- a/exercises/affine-cipher/AffineCipher.csproj +++ b/exercises/affine-cipher/AffineCipher.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/alphametics/Alphametics.csproj b/exercises/alphametics/Alphametics.csproj index 218e4d6b8f..9d6c0a5781 100644 --- a/exercises/alphametics/Alphametics.csproj +++ b/exercises/alphametics/Alphametics.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/armstrong-numbers/ArmstrongNumbers.csproj b/exercises/armstrong-numbers/ArmstrongNumbers.csproj index cb50934cfe..28859095b3 100644 --- a/exercises/armstrong-numbers/ArmstrongNumbers.csproj +++ b/exercises/armstrong-numbers/ArmstrongNumbers.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/binary-search/BinarySearch.csproj b/exercises/binary-search/BinarySearch.csproj index 56bf684d40..ffd7ddd5f1 100644 --- a/exercises/binary-search/BinarySearch.csproj +++ b/exercises/binary-search/BinarySearch.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/book-store/BookStore.csproj b/exercises/book-store/BookStore.csproj index cb50934cfe..28859095b3 100644 --- a/exercises/book-store/BookStore.csproj +++ b/exercises/book-store/BookStore.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/bowling/Bowling.csproj b/exercises/bowling/Bowling.csproj index 56bf684d40..ffd7ddd5f1 100644 --- a/exercises/bowling/Bowling.csproj +++ b/exercises/bowling/Bowling.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/bracket-push/BracketPush.csproj b/exercises/bracket-push/BracketPush.csproj index cb50934cfe..28859095b3 100644 --- a/exercises/bracket-push/BracketPush.csproj +++ b/exercises/bracket-push/BracketPush.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/darts/Darts.csproj b/exercises/darts/Darts.csproj index a4f1125c86..2c95d1e74f 100644 --- a/exercises/darts/Darts.csproj +++ b/exercises/darts/Darts.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/diamond/Diamond.csproj b/exercises/diamond/Diamond.csproj index 4d4736a501..0550ce4153 100644 --- a/exercises/diamond/Diamond.csproj +++ b/exercises/diamond/Diamond.csproj @@ -12,7 +12,7 @@ - + diff --git a/exercises/difference-of-squares/DifferenceOfSquares.csproj b/exercises/difference-of-squares/DifferenceOfSquares.csproj index cb50934cfe..28859095b3 100644 --- a/exercises/difference-of-squares/DifferenceOfSquares.csproj +++ b/exercises/difference-of-squares/DifferenceOfSquares.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/diffie-hellman/DiffieHellman.csproj b/exercises/diffie-hellman/DiffieHellman.csproj index cb50934cfe..28859095b3 100644 --- a/exercises/diffie-hellman/DiffieHellman.csproj +++ b/exercises/diffie-hellman/DiffieHellman.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/dnd-character/DndCharacter.csproj b/exercises/dnd-character/DndCharacter.csproj index 34d540c79f..8b8db8ddbb 100644 --- a/exercises/dnd-character/DndCharacter.csproj +++ b/exercises/dnd-character/DndCharacter.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/dominoes/Dominoes.csproj b/exercises/dominoes/Dominoes.csproj index 56bf684d40..ffd7ddd5f1 100644 --- a/exercises/dominoes/Dominoes.csproj +++ b/exercises/dominoes/Dominoes.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/error-handling/ErrorHandling.csproj b/exercises/error-handling/ErrorHandling.csproj index 56bf684d40..ffd7ddd5f1 100644 --- a/exercises/error-handling/ErrorHandling.csproj +++ b/exercises/error-handling/ErrorHandling.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/flatten-array/FlattenArray.csproj b/exercises/flatten-array/FlattenArray.csproj index 56bf684d40..ffd7ddd5f1 100644 --- a/exercises/flatten-array/FlattenArray.csproj +++ b/exercises/flatten-array/FlattenArray.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/go-counting/GoCounting.csproj b/exercises/go-counting/GoCounting.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/go-counting/GoCounting.csproj +++ b/exercises/go-counting/GoCounting.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/grep/Grep.csproj b/exercises/grep/Grep.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/grep/Grep.csproj +++ b/exercises/grep/Grep.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/isogram/Isogram.csproj b/exercises/isogram/Isogram.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/isogram/Isogram.csproj +++ b/exercises/isogram/Isogram.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/kindergarten-garden/KindergartenGarden.csproj b/exercises/kindergarten-garden/KindergartenGarden.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/kindergarten-garden/KindergartenGarden.csproj +++ b/exercises/kindergarten-garden/KindergartenGarden.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/leap/Leap.csproj b/exercises/leap/Leap.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/leap/Leap.csproj +++ b/exercises/leap/Leap.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/ledger/Ledger.csproj b/exercises/ledger/Ledger.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/ledger/Ledger.csproj +++ b/exercises/ledger/Ledger.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/linked-list/LinkedList.csproj b/exercises/linked-list/LinkedList.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/linked-list/LinkedList.csproj +++ b/exercises/linked-list/LinkedList.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/luhn/Luhn.csproj b/exercises/luhn/Luhn.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/luhn/Luhn.csproj +++ b/exercises/luhn/Luhn.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/markdown/Markdown.csproj b/exercises/markdown/Markdown.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/markdown/Markdown.csproj +++ b/exercises/markdown/Markdown.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/minesweeper/Minesweeper.csproj b/exercises/minesweeper/Minesweeper.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/minesweeper/Minesweeper.csproj +++ b/exercises/minesweeper/Minesweeper.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/nth-prime/NthPrime.csproj b/exercises/nth-prime/NthPrime.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/nth-prime/NthPrime.csproj +++ b/exercises/nth-prime/NthPrime.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/nucleotide-count/NucleotideCount.csproj b/exercises/nucleotide-count/NucleotideCount.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/nucleotide-count/NucleotideCount.csproj +++ b/exercises/nucleotide-count/NucleotideCount.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/ocr-numbers/OcrNumbers.csproj b/exercises/ocr-numbers/OcrNumbers.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/ocr-numbers/OcrNumbers.csproj +++ b/exercises/ocr-numbers/OcrNumbers.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/octal/Octal.csproj b/exercises/octal/Octal.csproj index fc7f7dc21c..39bbbce97b 100644 --- a/exercises/octal/Octal.csproj +++ b/exercises/octal/Octal.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/palindrome-products/PalindromeProducts.csproj b/exercises/palindrome-products/PalindromeProducts.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/palindrome-products/PalindromeProducts.csproj +++ b/exercises/palindrome-products/PalindromeProducts.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/pangram/Pangram.csproj b/exercises/pangram/Pangram.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/pangram/Pangram.csproj +++ b/exercises/pangram/Pangram.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/pascals-triangle/PascalsTriangle.csproj b/exercises/pascals-triangle/PascalsTriangle.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/pascals-triangle/PascalsTriangle.csproj +++ b/exercises/pascals-triangle/PascalsTriangle.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/phone-number/PhoneNumber.csproj b/exercises/phone-number/PhoneNumber.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/phone-number/PhoneNumber.csproj +++ b/exercises/phone-number/PhoneNumber.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/pig-latin/PigLatin.csproj b/exercises/pig-latin/PigLatin.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/pig-latin/PigLatin.csproj +++ b/exercises/pig-latin/PigLatin.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/poker/Poker.csproj b/exercises/poker/Poker.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/poker/Poker.csproj +++ b/exercises/poker/Poker.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/pov/Pov.csproj b/exercises/pov/Pov.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/pov/Pov.csproj +++ b/exercises/pov/Pov.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/protein-translation/ProteinTranslation.csproj b/exercises/protein-translation/ProteinTranslation.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/protein-translation/ProteinTranslation.csproj +++ b/exercises/protein-translation/ProteinTranslation.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/proverb/Proverb.csproj b/exercises/proverb/Proverb.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/proverb/Proverb.csproj +++ b/exercises/proverb/Proverb.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/rail-fence-cipher/RailFenceCipher.csproj b/exercises/rail-fence-cipher/RailFenceCipher.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/rail-fence-cipher/RailFenceCipher.csproj +++ b/exercises/rail-fence-cipher/RailFenceCipher.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/raindrops/Raindrops.csproj b/exercises/raindrops/Raindrops.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/raindrops/Raindrops.csproj +++ b/exercises/raindrops/Raindrops.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/rational-numbers/RationalNumbers.csproj b/exercises/rational-numbers/RationalNumbers.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/rational-numbers/RationalNumbers.csproj +++ b/exercises/rational-numbers/RationalNumbers.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/rectangles/Rectangles.csproj b/exercises/rectangles/Rectangles.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/rectangles/Rectangles.csproj +++ b/exercises/rectangles/Rectangles.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/rest-api/RestApi.csproj b/exercises/rest-api/RestApi.csproj index f0ebfcfe5d..308df72c76 100644 --- a/exercises/rest-api/RestApi.csproj +++ b/exercises/rest-api/RestApi.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/reverse-string/ReverseString.csproj b/exercises/reverse-string/ReverseString.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/reverse-string/ReverseString.csproj +++ b/exercises/reverse-string/ReverseString.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/rna-transcription/RnaTranscription.csproj b/exercises/rna-transcription/RnaTranscription.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/rna-transcription/RnaTranscription.csproj +++ b/exercises/rna-transcription/RnaTranscription.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/robot-name/RobotName.csproj b/exercises/robot-name/RobotName.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/robot-name/RobotName.csproj +++ b/exercises/robot-name/RobotName.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/robot-simulator/RobotSimulator.csproj b/exercises/robot-simulator/RobotSimulator.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/robot-simulator/RobotSimulator.csproj +++ b/exercises/robot-simulator/RobotSimulator.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/roman-numerals/RomanNumerals.csproj b/exercises/roman-numerals/RomanNumerals.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/roman-numerals/RomanNumerals.csproj +++ b/exercises/roman-numerals/RomanNumerals.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/rotational-cipher/RotationalCipher.csproj b/exercises/rotational-cipher/RotationalCipher.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/rotational-cipher/RotationalCipher.csproj +++ b/exercises/rotational-cipher/RotationalCipher.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/run-length-encoding/RunLengthEncoding.csproj b/exercises/run-length-encoding/RunLengthEncoding.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/run-length-encoding/RunLengthEncoding.csproj +++ b/exercises/run-length-encoding/RunLengthEncoding.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/saddle-points/SaddlePoints.csproj b/exercises/saddle-points/SaddlePoints.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/saddle-points/SaddlePoints.csproj +++ b/exercises/saddle-points/SaddlePoints.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/say/Say.csproj b/exercises/say/Say.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/say/Say.csproj +++ b/exercises/say/Say.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/scale-generator/ScaleGenerator.csproj b/exercises/scale-generator/ScaleGenerator.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/scale-generator/ScaleGenerator.csproj +++ b/exercises/scale-generator/ScaleGenerator.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/secret-handshake/SecretHandshake.csproj b/exercises/secret-handshake/SecretHandshake.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/secret-handshake/SecretHandshake.csproj +++ b/exercises/secret-handshake/SecretHandshake.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/series/Series.csproj b/exercises/series/Series.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/series/Series.csproj +++ b/exercises/series/Series.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/sgf-parsing/SgfParsing.csproj b/exercises/sgf-parsing/SgfParsing.csproj index aaff046665..9264d39085 100644 --- a/exercises/sgf-parsing/SgfParsing.csproj +++ b/exercises/sgf-parsing/SgfParsing.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/simple-linked-list/SimpleLinkedList.csproj b/exercises/simple-linked-list/SimpleLinkedList.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/simple-linked-list/SimpleLinkedList.csproj +++ b/exercises/simple-linked-list/SimpleLinkedList.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/space-age/SpaceAge.csproj b/exercises/space-age/SpaceAge.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/space-age/SpaceAge.csproj +++ b/exercises/space-age/SpaceAge.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/spiral-matrix/SpiralMatrix.csproj b/exercises/spiral-matrix/SpiralMatrix.csproj index 196df92e94..ceadfb33f7 100644 --- a/exercises/spiral-matrix/SpiralMatrix.csproj +++ b/exercises/spiral-matrix/SpiralMatrix.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/strain/Strain.csproj b/exercises/strain/Strain.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/strain/Strain.csproj +++ b/exercises/strain/Strain.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/sum-of-multiples/SumOfMultiples.csproj b/exercises/sum-of-multiples/SumOfMultiples.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/sum-of-multiples/SumOfMultiples.csproj +++ b/exercises/sum-of-multiples/SumOfMultiples.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/triangle/Triangle.csproj b/exercises/triangle/Triangle.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/triangle/Triangle.csproj +++ b/exercises/triangle/Triangle.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/trinary/Trinary.csproj b/exercises/trinary/Trinary.csproj index fc7f7dc21c..39bbbce97b 100644 --- a/exercises/trinary/Trinary.csproj +++ b/exercises/trinary/Trinary.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/twelve-days/TwelveDays.csproj b/exercises/twelve-days/TwelveDays.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/twelve-days/TwelveDays.csproj +++ b/exercises/twelve-days/TwelveDays.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/two-bucket/TwoBucket.csproj b/exercises/two-bucket/TwoBucket.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/two-bucket/TwoBucket.csproj +++ b/exercises/two-bucket/TwoBucket.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/word-search/WordSearch.csproj b/exercises/word-search/WordSearch.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/word-search/WordSearch.csproj +++ b/exercises/word-search/WordSearch.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/wordy/Wordy.csproj b/exercises/wordy/Wordy.csproj index 3aa80e6c0a..ac55ddc887 100644 --- a/exercises/wordy/Wordy.csproj +++ b/exercises/wordy/Wordy.csproj @@ -10,7 +10,7 @@ - + diff --git a/exercises/zebra-puzzle/ZebraPuzzle.csproj b/exercises/zebra-puzzle/ZebraPuzzle.csproj index fcc76b1e84..62ccfcf158 100644 --- a/exercises/zebra-puzzle/ZebraPuzzle.csproj +++ b/exercises/zebra-puzzle/ZebraPuzzle.csproj @@ -10,7 +10,7 @@ - + From 75127a11d1cf45827c11be18feb83dc0b48f3257 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 1 Mar 2019 08:30:41 +0100 Subject: [PATCH 2/2] dependencies: bump xunit.runner.visualstudio to 2.4.1 --- exercises/anagram/Anagram.csproj | 2 +- exercises/atbash-cipher/AtbashCipher.csproj | 2 +- exercises/bank-account/BankAccount.csproj | 2 +- exercises/binary-search/BinarySearch.csproj | 2 +- exercises/bob/Bob.csproj | 2 +- exercises/bowling/Bowling.csproj | 2 +- exercises/change/Change.csproj | 2 +- exercises/circular-buffer/CircularBuffer.csproj | 2 +- exercises/collatz-conjecture/CollatzConjecture.csproj | 2 +- exercises/crypto-square/CryptoSquare.csproj | 2 +- exercises/custom-set/CustomSet.csproj | 2 +- exercises/diamond/Diamond.csproj | 2 +- exercises/dnd-character/DndCharacter.csproj | 2 +- exercises/dominoes/Dominoes.csproj | 2 +- exercises/error-handling/ErrorHandling.csproj | 2 +- exercises/flatten-array/FlattenArray.csproj | 2 +- exercises/forth/Forth.csproj | 2 +- exercises/gigasecond/Gigasecond.csproj | 2 +- exercises/grade-school/GradeSchool.csproj | 2 +- exercises/grains/Grains.csproj | 2 +- exercises/hangman/Hangman.csproj | 2 +- exercises/hello-world/HelloWorld.csproj | 2 +- exercises/isbn-verifier/IsbnVerifier.csproj | 2 +- exercises/isogram/Isogram.csproj | 2 +- exercises/leap/Leap.csproj | 2 +- exercises/list-ops/ListOps.csproj | 2 +- exercises/matrix/Matrix.csproj | 2 +- exercises/meetup/Meetup.csproj | 2 +- exercises/ocr-numbers/OcrNumbers.csproj | 2 +- exercises/octal/Octal.csproj | 2 +- .../parallel-letter-frequency/ParallelLetterFrequency.csproj | 2 +- exercises/perfect-numbers/PerfectNumbers.csproj | 2 +- exercises/poker/Poker.csproj | 2 +- exercises/prime-factors/PrimeFactors.csproj | 2 +- exercises/proverb/Proverb.csproj | 2 +- exercises/pythagorean-triplet/PythagoreanTriplet.csproj | 2 +- exercises/react/React.csproj | 2 +- exercises/rectangles/Rectangles.csproj | 2 +- exercises/rest-api/RestApi.csproj | 2 +- exercises/reverse-string/ReverseString.csproj | 2 +- exercises/rna-transcription/RnaTranscription.csproj | 2 +- exercises/robot-name/RobotName.csproj | 2 +- exercises/robot-simulator/RobotSimulator.csproj | 2 +- exercises/roman-numerals/RomanNumerals.csproj | 2 +- exercises/rotational-cipher/RotationalCipher.csproj | 2 +- exercises/run-length-encoding/RunLengthEncoding.csproj | 2 +- exercises/saddle-points/SaddlePoints.csproj | 2 +- exercises/say/Say.csproj | 2 +- exercises/scale-generator/ScaleGenerator.csproj | 2 +- exercises/scrabble-score/ScrabbleScore.csproj | 2 +- exercises/sieve/Sieve.csproj | 2 +- exercises/simple-cipher/SimpleCipher.csproj | 2 +- exercises/simple-linked-list/SimpleLinkedList.csproj | 2 +- exercises/sublist/Sublist.csproj | 2 +- exercises/tournament/Tournament.csproj | 2 +- exercises/transpose/Transpose.csproj | 2 +- exercises/trinary/Trinary.csproj | 2 +- exercises/twelve-days/TwelveDays.csproj | 2 +- .../variable-length-quantity/VariableLengthQuantity.csproj | 2 +- exercises/word-search/WordSearch.csproj | 2 +- exercises/yacht/Yacht.csproj | 2 +- exercises/zebra-puzzle/ZebraPuzzle.csproj | 2 +- exercises/zipper/Zipper.csproj | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/exercises/anagram/Anagram.csproj b/exercises/anagram/Anagram.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/anagram/Anagram.csproj +++ b/exercises/anagram/Anagram.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/atbash-cipher/AtbashCipher.csproj b/exercises/atbash-cipher/AtbashCipher.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/atbash-cipher/AtbashCipher.csproj +++ b/exercises/atbash-cipher/AtbashCipher.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/bank-account/BankAccount.csproj b/exercises/bank-account/BankAccount.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/bank-account/BankAccount.csproj +++ b/exercises/bank-account/BankAccount.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/binary-search/BinarySearch.csproj b/exercises/binary-search/BinarySearch.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/binary-search/BinarySearch.csproj +++ b/exercises/binary-search/BinarySearch.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/bob/Bob.csproj b/exercises/bob/Bob.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/bob/Bob.csproj +++ b/exercises/bob/Bob.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/bowling/Bowling.csproj b/exercises/bowling/Bowling.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/bowling/Bowling.csproj +++ b/exercises/bowling/Bowling.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/change/Change.csproj b/exercises/change/Change.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/change/Change.csproj +++ b/exercises/change/Change.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/circular-buffer/CircularBuffer.csproj b/exercises/circular-buffer/CircularBuffer.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/circular-buffer/CircularBuffer.csproj +++ b/exercises/circular-buffer/CircularBuffer.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/collatz-conjecture/CollatzConjecture.csproj b/exercises/collatz-conjecture/CollatzConjecture.csproj index 308df72c76..ceadfb33f7 100644 --- a/exercises/collatz-conjecture/CollatzConjecture.csproj +++ b/exercises/collatz-conjecture/CollatzConjecture.csproj @@ -11,7 +11,7 @@ - + \ No newline at end of file diff --git a/exercises/crypto-square/CryptoSquare.csproj b/exercises/crypto-square/CryptoSquare.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/crypto-square/CryptoSquare.csproj +++ b/exercises/crypto-square/CryptoSquare.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/custom-set/CustomSet.csproj b/exercises/custom-set/CustomSet.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/custom-set/CustomSet.csproj +++ b/exercises/custom-set/CustomSet.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/diamond/Diamond.csproj b/exercises/diamond/Diamond.csproj index 0550ce4153..3f30156182 100644 --- a/exercises/diamond/Diamond.csproj +++ b/exercises/diamond/Diamond.csproj @@ -13,7 +13,7 @@ - + diff --git a/exercises/dnd-character/DndCharacter.csproj b/exercises/dnd-character/DndCharacter.csproj index 8b8db8ddbb..2c95d1e74f 100644 --- a/exercises/dnd-character/DndCharacter.csproj +++ b/exercises/dnd-character/DndCharacter.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/dominoes/Dominoes.csproj b/exercises/dominoes/Dominoes.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/dominoes/Dominoes.csproj +++ b/exercises/dominoes/Dominoes.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/error-handling/ErrorHandling.csproj b/exercises/error-handling/ErrorHandling.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/error-handling/ErrorHandling.csproj +++ b/exercises/error-handling/ErrorHandling.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/flatten-array/FlattenArray.csproj b/exercises/flatten-array/FlattenArray.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/flatten-array/FlattenArray.csproj +++ b/exercises/flatten-array/FlattenArray.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/forth/Forth.csproj b/exercises/forth/Forth.csproj index ec07dff8df..6656e28f27 100644 --- a/exercises/forth/Forth.csproj +++ b/exercises/forth/Forth.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/gigasecond/Gigasecond.csproj b/exercises/gigasecond/Gigasecond.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/gigasecond/Gigasecond.csproj +++ b/exercises/gigasecond/Gigasecond.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/grade-school/GradeSchool.csproj b/exercises/grade-school/GradeSchool.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/grade-school/GradeSchool.csproj +++ b/exercises/grade-school/GradeSchool.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/grains/Grains.csproj b/exercises/grains/Grains.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/grains/Grains.csproj +++ b/exercises/grains/Grains.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/hangman/Hangman.csproj b/exercises/hangman/Hangman.csproj index a091e64da6..e55b57c45c 100644 --- a/exercises/hangman/Hangman.csproj +++ b/exercises/hangman/Hangman.csproj @@ -12,7 +12,7 @@ - + diff --git a/exercises/hello-world/HelloWorld.csproj b/exercises/hello-world/HelloWorld.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/hello-world/HelloWorld.csproj +++ b/exercises/hello-world/HelloWorld.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/isbn-verifier/IsbnVerifier.csproj b/exercises/isbn-verifier/IsbnVerifier.csproj index 0ac47358d7..5130eaa9af 100644 --- a/exercises/isbn-verifier/IsbnVerifier.csproj +++ b/exercises/isbn-verifier/IsbnVerifier.csproj @@ -12,7 +12,7 @@ - + diff --git a/exercises/isogram/Isogram.csproj b/exercises/isogram/Isogram.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/isogram/Isogram.csproj +++ b/exercises/isogram/Isogram.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/leap/Leap.csproj b/exercises/leap/Leap.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/leap/Leap.csproj +++ b/exercises/leap/Leap.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/list-ops/ListOps.csproj b/exercises/list-ops/ListOps.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/list-ops/ListOps.csproj +++ b/exercises/list-ops/ListOps.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/matrix/Matrix.csproj b/exercises/matrix/Matrix.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/matrix/Matrix.csproj +++ b/exercises/matrix/Matrix.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/meetup/Meetup.csproj b/exercises/meetup/Meetup.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/meetup/Meetup.csproj +++ b/exercises/meetup/Meetup.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/ocr-numbers/OcrNumbers.csproj b/exercises/ocr-numbers/OcrNumbers.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/ocr-numbers/OcrNumbers.csproj +++ b/exercises/ocr-numbers/OcrNumbers.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/octal/Octal.csproj b/exercises/octal/Octal.csproj index 39bbbce97b..99c2bbecc8 100644 --- a/exercises/octal/Octal.csproj +++ b/exercises/octal/Octal.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj b/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj +++ b/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/perfect-numbers/PerfectNumbers.csproj b/exercises/perfect-numbers/PerfectNumbers.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/perfect-numbers/PerfectNumbers.csproj +++ b/exercises/perfect-numbers/PerfectNumbers.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/poker/Poker.csproj b/exercises/poker/Poker.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/poker/Poker.csproj +++ b/exercises/poker/Poker.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/prime-factors/PrimeFactors.csproj b/exercises/prime-factors/PrimeFactors.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/prime-factors/PrimeFactors.csproj +++ b/exercises/prime-factors/PrimeFactors.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/proverb/Proverb.csproj b/exercises/proverb/Proverb.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/proverb/Proverb.csproj +++ b/exercises/proverb/Proverb.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/pythagorean-triplet/PythagoreanTriplet.csproj b/exercises/pythagorean-triplet/PythagoreanTriplet.csproj index ffd7ddd5f1..28859095b3 100644 --- a/exercises/pythagorean-triplet/PythagoreanTriplet.csproj +++ b/exercises/pythagorean-triplet/PythagoreanTriplet.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/react/React.csproj b/exercises/react/React.csproj index 0c3ed36332..b4912b0b80 100644 --- a/exercises/react/React.csproj +++ b/exercises/react/React.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/rectangles/Rectangles.csproj b/exercises/rectangles/Rectangles.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/rectangles/Rectangles.csproj +++ b/exercises/rectangles/Rectangles.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/rest-api/RestApi.csproj b/exercises/rest-api/RestApi.csproj index 308df72c76..ceadfb33f7 100644 --- a/exercises/rest-api/RestApi.csproj +++ b/exercises/rest-api/RestApi.csproj @@ -11,7 +11,7 @@ - + \ No newline at end of file diff --git a/exercises/reverse-string/ReverseString.csproj b/exercises/reverse-string/ReverseString.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/reverse-string/ReverseString.csproj +++ b/exercises/reverse-string/ReverseString.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/rna-transcription/RnaTranscription.csproj b/exercises/rna-transcription/RnaTranscription.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/rna-transcription/RnaTranscription.csproj +++ b/exercises/rna-transcription/RnaTranscription.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/robot-name/RobotName.csproj b/exercises/robot-name/RobotName.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/robot-name/RobotName.csproj +++ b/exercises/robot-name/RobotName.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/robot-simulator/RobotSimulator.csproj b/exercises/robot-simulator/RobotSimulator.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/robot-simulator/RobotSimulator.csproj +++ b/exercises/robot-simulator/RobotSimulator.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/roman-numerals/RomanNumerals.csproj b/exercises/roman-numerals/RomanNumerals.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/roman-numerals/RomanNumerals.csproj +++ b/exercises/roman-numerals/RomanNumerals.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/rotational-cipher/RotationalCipher.csproj b/exercises/rotational-cipher/RotationalCipher.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/rotational-cipher/RotationalCipher.csproj +++ b/exercises/rotational-cipher/RotationalCipher.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/run-length-encoding/RunLengthEncoding.csproj b/exercises/run-length-encoding/RunLengthEncoding.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/run-length-encoding/RunLengthEncoding.csproj +++ b/exercises/run-length-encoding/RunLengthEncoding.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/saddle-points/SaddlePoints.csproj b/exercises/saddle-points/SaddlePoints.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/saddle-points/SaddlePoints.csproj +++ b/exercises/saddle-points/SaddlePoints.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/say/Say.csproj b/exercises/say/Say.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/say/Say.csproj +++ b/exercises/say/Say.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/scale-generator/ScaleGenerator.csproj b/exercises/scale-generator/ScaleGenerator.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/scale-generator/ScaleGenerator.csproj +++ b/exercises/scale-generator/ScaleGenerator.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/scrabble-score/ScrabbleScore.csproj b/exercises/scrabble-score/ScrabbleScore.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/scrabble-score/ScrabbleScore.csproj +++ b/exercises/scrabble-score/ScrabbleScore.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/sieve/Sieve.csproj b/exercises/sieve/Sieve.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/sieve/Sieve.csproj +++ b/exercises/sieve/Sieve.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/simple-cipher/SimpleCipher.csproj b/exercises/simple-cipher/SimpleCipher.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/simple-cipher/SimpleCipher.csproj +++ b/exercises/simple-cipher/SimpleCipher.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/simple-linked-list/SimpleLinkedList.csproj b/exercises/simple-linked-list/SimpleLinkedList.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/simple-linked-list/SimpleLinkedList.csproj +++ b/exercises/simple-linked-list/SimpleLinkedList.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/sublist/Sublist.csproj b/exercises/sublist/Sublist.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/sublist/Sublist.csproj +++ b/exercises/sublist/Sublist.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/tournament/Tournament.csproj b/exercises/tournament/Tournament.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/tournament/Tournament.csproj +++ b/exercises/tournament/Tournament.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/transpose/Transpose.csproj b/exercises/transpose/Transpose.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/transpose/Transpose.csproj +++ b/exercises/transpose/Transpose.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/trinary/Trinary.csproj b/exercises/trinary/Trinary.csproj index 39bbbce97b..99c2bbecc8 100644 --- a/exercises/trinary/Trinary.csproj +++ b/exercises/trinary/Trinary.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/twelve-days/TwelveDays.csproj b/exercises/twelve-days/TwelveDays.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/twelve-days/TwelveDays.csproj +++ b/exercises/twelve-days/TwelveDays.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/variable-length-quantity/VariableLengthQuantity.csproj b/exercises/variable-length-quantity/VariableLengthQuantity.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/variable-length-quantity/VariableLengthQuantity.csproj +++ b/exercises/variable-length-quantity/VariableLengthQuantity.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/word-search/WordSearch.csproj b/exercises/word-search/WordSearch.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/word-search/WordSearch.csproj +++ b/exercises/word-search/WordSearch.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/yacht/Yacht.csproj b/exercises/yacht/Yacht.csproj index 3a0c8c46da..6bb401aefc 100644 --- a/exercises/yacht/Yacht.csproj +++ b/exercises/yacht/Yacht.csproj @@ -12,7 +12,7 @@ - + diff --git a/exercises/zebra-puzzle/ZebraPuzzle.csproj b/exercises/zebra-puzzle/ZebraPuzzle.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/zebra-puzzle/ZebraPuzzle.csproj +++ b/exercises/zebra-puzzle/ZebraPuzzle.csproj @@ -11,7 +11,7 @@ - + diff --git a/exercises/zipper/Zipper.csproj b/exercises/zipper/Zipper.csproj index 62ccfcf158..ac55ddc887 100644 --- a/exercises/zipper/Zipper.csproj +++ b/exercises/zipper/Zipper.csproj @@ -11,7 +11,7 @@ - +