From 51435227dd77d380c817c46774d4986f37a6a348 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 10 Aug 2018 21:16:45 +0200 Subject: [PATCH 1/4] exercises: Upgrade to .NET Core 2.1 --- build.ps1 | 2 +- build.sh | 2 +- exercises/accumulate/Accumulate.csproj | 2 +- exercises/acronym/Acronym.csproj | 2 +- exercises/all-your-base/AllYourBase.csproj | 2 +- exercises/allergies/Allergies.csproj | 2 +- exercises/alphametics/Alphametics.csproj | 2 +- exercises/anagram/Anagram.csproj | 2 +- exercises/armstrong-numbers/ArmstrongNumbers.csproj | 2 +- exercises/atbash-cipher/AtbashCipher.csproj | 2 +- exercises/bank-account/BankAccount.csproj | 2 +- exercises/beer-song/BeerSong.csproj | 2 +- exercises/binary-search-tree/BinarySearchTree.csproj | 2 +- exercises/binary-search/BinarySearch.csproj | 2 +- exercises/binary/Binary.csproj | 2 +- exercises/bob/Bob.csproj | 2 +- exercises/book-store/BookStore.csproj | 2 +- exercises/bowling/Bowling.csproj | 2 +- exercises/bracket-push/BracketPush.csproj | 2 +- exercises/change/Change.csproj | 2 +- exercises/circular-buffer/CircularBuffer.csproj | 2 +- exercises/clock/Clock.csproj | 2 +- exercises/collatz-conjecture/CollatzConjecture.csproj | 2 +- exercises/complex-numbers/ComplexNumbers.csproj | 2 +- exercises/connect/Connect.csproj | 2 +- exercises/crypto-square/CryptoSquare.csproj | 2 +- exercises/custom-set/CustomSet.csproj | 2 +- exercises/diamond/Diamond.csproj | 2 +- exercises/difference-of-squares/DifferenceOfSquares.csproj | 2 +- exercises/diffie-hellman/DiffieHellman.csproj | 2 +- exercises/dominoes/Dominoes.csproj | 2 +- exercises/dot-dsl/DotDsl.csproj | 2 +- exercises/error-handling/ErrorHandling.csproj | 2 +- exercises/etl/Etl.csproj | 2 +- exercises/flatten-array/FlattenArray.csproj | 2 +- exercises/food-chain/FoodChain.csproj | 2 +- exercises/forth/Forth.csproj | 2 +- exercises/gigasecond/Gigasecond.csproj | 2 +- exercises/go-counting/GoCounting.csproj | 2 +- exercises/grade-school/GradeSchool.csproj | 2 +- exercises/grains/Grains.csproj | 2 +- exercises/grep/Grep.csproj | 2 +- exercises/hamming/Hamming.csproj | 2 +- exercises/hangman/Hangman.csproj | 2 +- exercises/hello-world/HelloWorld.csproj | 2 +- exercises/hexadecimal/Hexadecimal.csproj | 2 +- exercises/house/House.csproj | 2 +- exercises/isbn-verifier/IsbnVerifier.csproj | 2 +- exercises/isogram/Isogram.csproj | 2 +- exercises/kindergarten-garden/KindergartenGarden.csproj | 2 +- .../largest-series-product/LargestSeriesProduct.csproj | 2 +- exercises/leap/Leap.csproj | 2 +- exercises/ledger/Ledger.csproj | 2 +- exercises/linked-list/LinkedList.csproj | 2 +- exercises/list-ops/ListOps.csproj | 2 +- exercises/luhn/Luhn.csproj | 2 +- exercises/markdown/Markdown.csproj | 2 +- exercises/matrix/Matrix.csproj | 2 +- exercises/meetup/Meetup.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 +- .../ParallelLetterFrequency.csproj | 2 +- exercises/pascals-triangle/PascalsTriangle.csproj | 2 +- exercises/perfect-numbers/PerfectNumbers.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/prime-factors/PrimeFactors.csproj | 2 +- exercises/protein-translation/ProteinTranslation.csproj | 2 +- exercises/proverb/Proverb.csproj | 2 +- exercises/pythagorean-triplet/PythagoreanTriplet.csproj | 2 +- exercises/queen-attack/QueenAttack.csproj | 2 +- exercises/rail-fence-cipher/RailFenceCipher.csproj | 2 +- exercises/raindrops/Raindrops.csproj | 2 +- exercises/rational-numbers/RationalNumbers.csproj | 2 +- exercises/react/React.csproj | 2 +- exercises/rectangles/Rectangles.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/secret-handshake/SecretHandshake.csproj | 2 +- exercises/series/Series.csproj | 2 +- exercises/sgf-parsing/SgfParsing.csproj | 2 +- exercises/sieve/Sieve.csproj | 2 +- exercises/simple-cipher/SimpleCipher.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/sublist/Sublist.csproj | 2 +- exercises/sum-of-multiples/SumOfMultiples.csproj | 2 +- exercises/tournament/Tournament.csproj | 2 +- exercises/transpose/Transpose.csproj | 2 +- exercises/tree-building/TreeBuilding.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/two-fer/TwoFer.csproj | 2 +- .../variable-length-quantity/VariableLengthQuantity.csproj | 2 +- exercises/word-count/WordCount.csproj | 2 +- exercises/word-search/WordSearch.csproj | 2 +- exercises/wordy/Wordy.csproj | 2 +- exercises/yacht/Yacht.csproj | 2 +- exercises/zebra-puzzle/ZebraPuzzle.csproj | 2 +- exercises/zipper/Zipper.csproj | 2 +- generators/Generators.csproj | 6 +++--- 121 files changed, 123 insertions(+), 123 deletions(-) diff --git a/build.ps1 b/build.ps1 index 2b6cbc408f..d9503392ea 100644 --- a/build.ps1 +++ b/build.ps1 @@ -30,7 +30,7 @@ $CAKE_DIR = Join-Path $TOOLS_DIR "Cake.$CAKE_VERSION" $CAKE_DLL = Join-Path $CAKE_DIR "Cake.dll" $CAKE_ZIP = Join-Path $TOOLS_DIR "Cake.$CAKE_VERSION.zip" $CAKE_ZIP_URL = "https://github.com/cake-build/cake/releases/download/v0.26.1/Cake-bin-coreclr-v$CAKE_VERSION.zip" -$DOTNET_VERSION = "2.0.3" +$DOTNET_VERSION = "2.1.302" $DOTNET_DIR = Join-Path $TOOLS_DIR "dotnet.$DOTNET_VERSION" $DOTNET_COMMAND = Join-Path $DOTNET_DIR "dotnet.exe" $DOTNET_INSTALL_SCRIPT = Join-Path $DOTNET_DIR "dotnet-install.ps1" diff --git a/build.sh b/build.sh index 2a1ff69596..a4765c0fa0 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ CAKE_DIR=$TOOLS_DIR/Cake.$CAKE_VERSION CAKE_DLL=$CAKE_DIR/Cake.dll CAKE_ZIP=$TOOLS_DIR/Cake.$CAKE_VERSION.zip CAKE_ZIP_URL=https://github.com/cake-build/cake/releases/download/v0.26.1/Cake-bin-coreclr-v$CAKE_VERSION.zip -DOTNET_VERSION=2.0.3 +DOTNET_VERSION=2.1.302 DOTNET_DIR=$TOOLS_DIR/dotnet.$DOTNET_VERSION DOTNET_COMMAND=$DOTNET_DIR/dotnet DOTNET_INSTALL_SCRIPT=$DOTNET_DIR/dotnet-install.sh diff --git a/exercises/accumulate/Accumulate.csproj b/exercises/accumulate/Accumulate.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/accumulate/Accumulate.csproj +++ b/exercises/accumulate/Accumulate.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/acronym/Acronym.csproj b/exercises/acronym/Acronym.csproj index 79f302df8a..3c80002552 100644 --- a/exercises/acronym/Acronym.csproj +++ b/exercises/acronym/Acronym.csproj @@ -2,7 +2,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/all-your-base/AllYourBase.csproj b/exercises/all-your-base/AllYourBase.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/all-your-base/AllYourBase.csproj +++ b/exercises/all-your-base/AllYourBase.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/allergies/Allergies.csproj b/exercises/allergies/Allergies.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/allergies/Allergies.csproj +++ b/exercises/allergies/Allergies.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/alphametics/Alphametics.csproj b/exercises/alphametics/Alphametics.csproj index ca5cfa60d1..1183c47928 100644 --- a/exercises/alphametics/Alphametics.csproj +++ b/exercises/alphametics/Alphametics.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/anagram/Anagram.csproj b/exercises/anagram/Anagram.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/anagram/Anagram.csproj +++ b/exercises/anagram/Anagram.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/armstrong-numbers/ArmstrongNumbers.csproj b/exercises/armstrong-numbers/ArmstrongNumbers.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/armstrong-numbers/ArmstrongNumbers.csproj +++ b/exercises/armstrong-numbers/ArmstrongNumbers.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/atbash-cipher/AtbashCipher.csproj b/exercises/atbash-cipher/AtbashCipher.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/atbash-cipher/AtbashCipher.csproj +++ b/exercises/atbash-cipher/AtbashCipher.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/bank-account/BankAccount.csproj b/exercises/bank-account/BankAccount.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/bank-account/BankAccount.csproj +++ b/exercises/bank-account/BankAccount.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/beer-song/BeerSong.csproj b/exercises/beer-song/BeerSong.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/beer-song/BeerSong.csproj +++ b/exercises/beer-song/BeerSong.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/binary-search-tree/BinarySearchTree.csproj b/exercises/binary-search-tree/BinarySearchTree.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/binary-search-tree/BinarySearchTree.csproj +++ b/exercises/binary-search-tree/BinarySearchTree.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/binary-search/BinarySearch.csproj b/exercises/binary-search/BinarySearch.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/binary-search/BinarySearch.csproj +++ b/exercises/binary-search/BinarySearch.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/binary/Binary.csproj b/exercises/binary/Binary.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/binary/Binary.csproj +++ b/exercises/binary/Binary.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/bob/Bob.csproj b/exercises/bob/Bob.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/bob/Bob.csproj +++ b/exercises/bob/Bob.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/book-store/BookStore.csproj b/exercises/book-store/BookStore.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/book-store/BookStore.csproj +++ b/exercises/book-store/BookStore.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/bowling/Bowling.csproj b/exercises/bowling/Bowling.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/bowling/Bowling.csproj +++ b/exercises/bowling/Bowling.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/bracket-push/BracketPush.csproj b/exercises/bracket-push/BracketPush.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/bracket-push/BracketPush.csproj +++ b/exercises/bracket-push/BracketPush.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/change/Change.csproj b/exercises/change/Change.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/change/Change.csproj +++ b/exercises/change/Change.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/circular-buffer/CircularBuffer.csproj b/exercises/circular-buffer/CircularBuffer.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/circular-buffer/CircularBuffer.csproj +++ b/exercises/circular-buffer/CircularBuffer.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/clock/Clock.csproj b/exercises/clock/Clock.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/clock/Clock.csproj +++ b/exercises/clock/Clock.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/collatz-conjecture/CollatzConjecture.csproj b/exercises/collatz-conjecture/CollatzConjecture.csproj index a89af7c4bc..7dc75ab7fe 100644 --- a/exercises/collatz-conjecture/CollatzConjecture.csproj +++ b/exercises/collatz-conjecture/CollatzConjecture.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/complex-numbers/ComplexNumbers.csproj b/exercises/complex-numbers/ComplexNumbers.csproj index 5c15d2923b..de32390918 100644 --- a/exercises/complex-numbers/ComplexNumbers.csproj +++ b/exercises/complex-numbers/ComplexNumbers.csproj @@ -2,7 +2,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/connect/Connect.csproj b/exercises/connect/Connect.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/connect/Connect.csproj +++ b/exercises/connect/Connect.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/crypto-square/CryptoSquare.csproj b/exercises/crypto-square/CryptoSquare.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/crypto-square/CryptoSquare.csproj +++ b/exercises/crypto-square/CryptoSquare.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/custom-set/CustomSet.csproj b/exercises/custom-set/CustomSet.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/custom-set/CustomSet.csproj +++ b/exercises/custom-set/CustomSet.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/diamond/Diamond.csproj b/exercises/diamond/Diamond.csproj index ac0f47a7ce..e3012a99be 100644 --- a/exercises/diamond/Diamond.csproj +++ b/exercises/diamond/Diamond.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/difference-of-squares/DifferenceOfSquares.csproj b/exercises/difference-of-squares/DifferenceOfSquares.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/difference-of-squares/DifferenceOfSquares.csproj +++ b/exercises/difference-of-squares/DifferenceOfSquares.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/diffie-hellman/DiffieHellman.csproj b/exercises/diffie-hellman/DiffieHellman.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/diffie-hellman/DiffieHellman.csproj +++ b/exercises/diffie-hellman/DiffieHellman.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/dominoes/Dominoes.csproj b/exercises/dominoes/Dominoes.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/dominoes/Dominoes.csproj +++ b/exercises/dominoes/Dominoes.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/dot-dsl/DotDsl.csproj b/exercises/dot-dsl/DotDsl.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/dot-dsl/DotDsl.csproj +++ b/exercises/dot-dsl/DotDsl.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/error-handling/ErrorHandling.csproj b/exercises/error-handling/ErrorHandling.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/error-handling/ErrorHandling.csproj +++ b/exercises/error-handling/ErrorHandling.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/etl/Etl.csproj b/exercises/etl/Etl.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/etl/Etl.csproj +++ b/exercises/etl/Etl.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/flatten-array/FlattenArray.csproj b/exercises/flatten-array/FlattenArray.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/flatten-array/FlattenArray.csproj +++ b/exercises/flatten-array/FlattenArray.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/food-chain/FoodChain.csproj b/exercises/food-chain/FoodChain.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/food-chain/FoodChain.csproj +++ b/exercises/food-chain/FoodChain.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/forth/Forth.csproj b/exercises/forth/Forth.csproj index ca5cfa60d1..1183c47928 100644 --- a/exercises/forth/Forth.csproj +++ b/exercises/forth/Forth.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/gigasecond/Gigasecond.csproj b/exercises/gigasecond/Gigasecond.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/gigasecond/Gigasecond.csproj +++ b/exercises/gigasecond/Gigasecond.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/go-counting/GoCounting.csproj b/exercises/go-counting/GoCounting.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/go-counting/GoCounting.csproj +++ b/exercises/go-counting/GoCounting.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/grade-school/GradeSchool.csproj b/exercises/grade-school/GradeSchool.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/grade-school/GradeSchool.csproj +++ b/exercises/grade-school/GradeSchool.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/grains/Grains.csproj b/exercises/grains/Grains.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/grains/Grains.csproj +++ b/exercises/grains/Grains.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/grep/Grep.csproj b/exercises/grep/Grep.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/grep/Grep.csproj +++ b/exercises/grep/Grep.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/hamming/Hamming.csproj b/exercises/hamming/Hamming.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/hamming/Hamming.csproj +++ b/exercises/hamming/Hamming.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/hangman/Hangman.csproj b/exercises/hangman/Hangman.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/hangman/Hangman.csproj +++ b/exercises/hangman/Hangman.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/hello-world/HelloWorld.csproj b/exercises/hello-world/HelloWorld.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/hello-world/HelloWorld.csproj +++ b/exercises/hello-world/HelloWorld.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/hexadecimal/Hexadecimal.csproj b/exercises/hexadecimal/Hexadecimal.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/hexadecimal/Hexadecimal.csproj +++ b/exercises/hexadecimal/Hexadecimal.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/house/House.csproj b/exercises/house/House.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/house/House.csproj +++ b/exercises/house/House.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/isbn-verifier/IsbnVerifier.csproj b/exercises/isbn-verifier/IsbnVerifier.csproj index ab9c6b0d1d..6a9bff3628 100644 --- a/exercises/isbn-verifier/IsbnVerifier.csproj +++ b/exercises/isbn-verifier/IsbnVerifier.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/isogram/Isogram.csproj b/exercises/isogram/Isogram.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/isogram/Isogram.csproj +++ b/exercises/isogram/Isogram.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/kindergarten-garden/KindergartenGarden.csproj b/exercises/kindergarten-garden/KindergartenGarden.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/kindergarten-garden/KindergartenGarden.csproj +++ b/exercises/kindergarten-garden/KindergartenGarden.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/largest-series-product/LargestSeriesProduct.csproj b/exercises/largest-series-product/LargestSeriesProduct.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/largest-series-product/LargestSeriesProduct.csproj +++ b/exercises/largest-series-product/LargestSeriesProduct.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/leap/Leap.csproj b/exercises/leap/Leap.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/leap/Leap.csproj +++ b/exercises/leap/Leap.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/ledger/Ledger.csproj b/exercises/ledger/Ledger.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/ledger/Ledger.csproj +++ b/exercises/ledger/Ledger.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/linked-list/LinkedList.csproj b/exercises/linked-list/LinkedList.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/linked-list/LinkedList.csproj +++ b/exercises/linked-list/LinkedList.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/list-ops/ListOps.csproj b/exercises/list-ops/ListOps.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/list-ops/ListOps.csproj +++ b/exercises/list-ops/ListOps.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/luhn/Luhn.csproj b/exercises/luhn/Luhn.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/luhn/Luhn.csproj +++ b/exercises/luhn/Luhn.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/markdown/Markdown.csproj b/exercises/markdown/Markdown.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/markdown/Markdown.csproj +++ b/exercises/markdown/Markdown.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/matrix/Matrix.csproj b/exercises/matrix/Matrix.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/matrix/Matrix.csproj +++ b/exercises/matrix/Matrix.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/meetup/Meetup.csproj b/exercises/meetup/Meetup.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/meetup/Meetup.csproj +++ b/exercises/meetup/Meetup.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/minesweeper/Minesweeper.csproj b/exercises/minesweeper/Minesweeper.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/minesweeper/Minesweeper.csproj +++ b/exercises/minesweeper/Minesweeper.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/nth-prime/NthPrime.csproj b/exercises/nth-prime/NthPrime.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/nth-prime/NthPrime.csproj +++ b/exercises/nth-prime/NthPrime.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/nucleotide-count/NucleotideCount.csproj b/exercises/nucleotide-count/NucleotideCount.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/nucleotide-count/NucleotideCount.csproj +++ b/exercises/nucleotide-count/NucleotideCount.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/ocr-numbers/OcrNumbers.csproj b/exercises/ocr-numbers/OcrNumbers.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/ocr-numbers/OcrNumbers.csproj +++ b/exercises/ocr-numbers/OcrNumbers.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/octal/Octal.csproj b/exercises/octal/Octal.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/octal/Octal.csproj +++ b/exercises/octal/Octal.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/palindrome-products/PalindromeProducts.csproj b/exercises/palindrome-products/PalindromeProducts.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/palindrome-products/PalindromeProducts.csproj +++ b/exercises/palindrome-products/PalindromeProducts.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/pangram/Pangram.csproj b/exercises/pangram/Pangram.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/pangram/Pangram.csproj +++ b/exercises/pangram/Pangram.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj b/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj +++ b/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/pascals-triangle/PascalsTriangle.csproj b/exercises/pascals-triangle/PascalsTriangle.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/pascals-triangle/PascalsTriangle.csproj +++ b/exercises/pascals-triangle/PascalsTriangle.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/perfect-numbers/PerfectNumbers.csproj b/exercises/perfect-numbers/PerfectNumbers.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/perfect-numbers/PerfectNumbers.csproj +++ b/exercises/perfect-numbers/PerfectNumbers.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/phone-number/PhoneNumber.csproj b/exercises/phone-number/PhoneNumber.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/phone-number/PhoneNumber.csproj +++ b/exercises/phone-number/PhoneNumber.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/pig-latin/PigLatin.csproj b/exercises/pig-latin/PigLatin.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/pig-latin/PigLatin.csproj +++ b/exercises/pig-latin/PigLatin.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/poker/Poker.csproj b/exercises/poker/Poker.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/poker/Poker.csproj +++ b/exercises/poker/Poker.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/pov/Pov.csproj b/exercises/pov/Pov.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/pov/Pov.csproj +++ b/exercises/pov/Pov.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/prime-factors/PrimeFactors.csproj b/exercises/prime-factors/PrimeFactors.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/prime-factors/PrimeFactors.csproj +++ b/exercises/prime-factors/PrimeFactors.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/protein-translation/ProteinTranslation.csproj b/exercises/protein-translation/ProteinTranslation.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/protein-translation/ProteinTranslation.csproj +++ b/exercises/protein-translation/ProteinTranslation.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/proverb/Proverb.csproj b/exercises/proverb/Proverb.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/proverb/Proverb.csproj +++ b/exercises/proverb/Proverb.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/pythagorean-triplet/PythagoreanTriplet.csproj b/exercises/pythagorean-triplet/PythagoreanTriplet.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/pythagorean-triplet/PythagoreanTriplet.csproj +++ b/exercises/pythagorean-triplet/PythagoreanTriplet.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/queen-attack/QueenAttack.csproj b/exercises/queen-attack/QueenAttack.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/queen-attack/QueenAttack.csproj +++ b/exercises/queen-attack/QueenAttack.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/rail-fence-cipher/RailFenceCipher.csproj b/exercises/rail-fence-cipher/RailFenceCipher.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/rail-fence-cipher/RailFenceCipher.csproj +++ b/exercises/rail-fence-cipher/RailFenceCipher.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/raindrops/Raindrops.csproj b/exercises/raindrops/Raindrops.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/raindrops/Raindrops.csproj +++ b/exercises/raindrops/Raindrops.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/rational-numbers/RationalNumbers.csproj b/exercises/rational-numbers/RationalNumbers.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/rational-numbers/RationalNumbers.csproj +++ b/exercises/rational-numbers/RationalNumbers.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/react/React.csproj b/exercises/react/React.csproj index 7e147310a3..82dc30c70b 100644 --- a/exercises/react/React.csproj +++ b/exercises/react/React.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/rectangles/Rectangles.csproj b/exercises/rectangles/Rectangles.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/rectangles/Rectangles.csproj +++ b/exercises/rectangles/Rectangles.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/reverse-string/ReverseString.csproj b/exercises/reverse-string/ReverseString.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/reverse-string/ReverseString.csproj +++ b/exercises/reverse-string/ReverseString.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/rna-transcription/RnaTranscription.csproj b/exercises/rna-transcription/RnaTranscription.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/rna-transcription/RnaTranscription.csproj +++ b/exercises/rna-transcription/RnaTranscription.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/robot-name/RobotName.csproj b/exercises/robot-name/RobotName.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/robot-name/RobotName.csproj +++ b/exercises/robot-name/RobotName.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/robot-simulator/RobotSimulator.csproj b/exercises/robot-simulator/RobotSimulator.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/robot-simulator/RobotSimulator.csproj +++ b/exercises/robot-simulator/RobotSimulator.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/roman-numerals/RomanNumerals.csproj b/exercises/roman-numerals/RomanNumerals.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/roman-numerals/RomanNumerals.csproj +++ b/exercises/roman-numerals/RomanNumerals.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/rotational-cipher/RotationalCipher.csproj b/exercises/rotational-cipher/RotationalCipher.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/rotational-cipher/RotationalCipher.csproj +++ b/exercises/rotational-cipher/RotationalCipher.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/run-length-encoding/RunLengthEncoding.csproj b/exercises/run-length-encoding/RunLengthEncoding.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/run-length-encoding/RunLengthEncoding.csproj +++ b/exercises/run-length-encoding/RunLengthEncoding.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/saddle-points/SaddlePoints.csproj b/exercises/saddle-points/SaddlePoints.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/saddle-points/SaddlePoints.csproj +++ b/exercises/saddle-points/SaddlePoints.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/say/Say.csproj b/exercises/say/Say.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/say/Say.csproj +++ b/exercises/say/Say.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/scale-generator/ScaleGenerator.csproj b/exercises/scale-generator/ScaleGenerator.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/scale-generator/ScaleGenerator.csproj +++ b/exercises/scale-generator/ScaleGenerator.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/scrabble-score/ScrabbleScore.csproj b/exercises/scrabble-score/ScrabbleScore.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/scrabble-score/ScrabbleScore.csproj +++ b/exercises/scrabble-score/ScrabbleScore.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/secret-handshake/SecretHandshake.csproj b/exercises/secret-handshake/SecretHandshake.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/secret-handshake/SecretHandshake.csproj +++ b/exercises/secret-handshake/SecretHandshake.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/series/Series.csproj b/exercises/series/Series.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/series/Series.csproj +++ b/exercises/series/Series.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/sgf-parsing/SgfParsing.csproj b/exercises/sgf-parsing/SgfParsing.csproj index 2bdd86f8f6..11b523bf09 100644 --- a/exercises/sgf-parsing/SgfParsing.csproj +++ b/exercises/sgf-parsing/SgfParsing.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/sieve/Sieve.csproj b/exercises/sieve/Sieve.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/sieve/Sieve.csproj +++ b/exercises/sieve/Sieve.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/simple-cipher/SimpleCipher.csproj b/exercises/simple-cipher/SimpleCipher.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/simple-cipher/SimpleCipher.csproj +++ b/exercises/simple-cipher/SimpleCipher.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/simple-linked-list/SimpleLinkedList.csproj b/exercises/simple-linked-list/SimpleLinkedList.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/simple-linked-list/SimpleLinkedList.csproj +++ b/exercises/simple-linked-list/SimpleLinkedList.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/space-age/SpaceAge.csproj b/exercises/space-age/SpaceAge.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/space-age/SpaceAge.csproj +++ b/exercises/space-age/SpaceAge.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/spiral-matrix/SpiralMatrix.csproj b/exercises/spiral-matrix/SpiralMatrix.csproj index a89af7c4bc..7dc75ab7fe 100644 --- a/exercises/spiral-matrix/SpiralMatrix.csproj +++ b/exercises/spiral-matrix/SpiralMatrix.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/strain/Strain.csproj b/exercises/strain/Strain.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/strain/Strain.csproj +++ b/exercises/strain/Strain.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/sublist/Sublist.csproj b/exercises/sublist/Sublist.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/sublist/Sublist.csproj +++ b/exercises/sublist/Sublist.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/sum-of-multiples/SumOfMultiples.csproj b/exercises/sum-of-multiples/SumOfMultiples.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/sum-of-multiples/SumOfMultiples.csproj +++ b/exercises/sum-of-multiples/SumOfMultiples.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/tournament/Tournament.csproj b/exercises/tournament/Tournament.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/tournament/Tournament.csproj +++ b/exercises/tournament/Tournament.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/transpose/Transpose.csproj b/exercises/transpose/Transpose.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/transpose/Transpose.csproj +++ b/exercises/transpose/Transpose.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/tree-building/TreeBuilding.csproj b/exercises/tree-building/TreeBuilding.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/tree-building/TreeBuilding.csproj +++ b/exercises/tree-building/TreeBuilding.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/triangle/Triangle.csproj b/exercises/triangle/Triangle.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/triangle/Triangle.csproj +++ b/exercises/triangle/Triangle.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/trinary/Trinary.csproj b/exercises/trinary/Trinary.csproj index 8b2f24be2f..985ed8819a 100644 --- a/exercises/trinary/Trinary.csproj +++ b/exercises/trinary/Trinary.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/twelve-days/TwelveDays.csproj b/exercises/twelve-days/TwelveDays.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/twelve-days/TwelveDays.csproj +++ b/exercises/twelve-days/TwelveDays.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/two-bucket/TwoBucket.csproj b/exercises/two-bucket/TwoBucket.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/two-bucket/TwoBucket.csproj +++ b/exercises/two-bucket/TwoBucket.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/two-fer/TwoFer.csproj b/exercises/two-fer/TwoFer.csproj index a89af7c4bc..7dc75ab7fe 100644 --- a/exercises/two-fer/TwoFer.csproj +++ b/exercises/two-fer/TwoFer.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/variable-length-quantity/VariableLengthQuantity.csproj b/exercises/variable-length-quantity/VariableLengthQuantity.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/variable-length-quantity/VariableLengthQuantity.csproj +++ b/exercises/variable-length-quantity/VariableLengthQuantity.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/word-count/WordCount.csproj b/exercises/word-count/WordCount.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/word-count/WordCount.csproj +++ b/exercises/word-count/WordCount.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/word-search/WordSearch.csproj b/exercises/word-search/WordSearch.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/word-search/WordSearch.csproj +++ b/exercises/word-search/WordSearch.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/wordy/Wordy.csproj b/exercises/wordy/Wordy.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/wordy/Wordy.csproj +++ b/exercises/wordy/Wordy.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/yacht/Yacht.csproj b/exercises/yacht/Yacht.csproj index b821ceda98..c576e33f62 100644 --- a/exercises/yacht/Yacht.csproj +++ b/exercises/yacht/Yacht.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/zebra-puzzle/ZebraPuzzle.csproj b/exercises/zebra-puzzle/ZebraPuzzle.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/zebra-puzzle/ZebraPuzzle.csproj +++ b/exercises/zebra-puzzle/ZebraPuzzle.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/exercises/zipper/Zipper.csproj b/exercises/zipper/Zipper.csproj index 6e635f76a6..c3eecd5d91 100644 --- a/exercises/zipper/Zipper.csproj +++ b/exercises/zipper/Zipper.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + netcoreapp2.1 diff --git a/generators/Generators.csproj b/generators/Generators.csproj index a56c06b6bb..1afd74ca21 100644 --- a/generators/Generators.csproj +++ b/generators/Generators.csproj @@ -1,13 +1,13 @@  Exe - netcoreapp2.0 + netcoreapp2.1 Exercism.CSharp - - + + From 699d4421fcf9cc20d0a389ed559a9723356047cc Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 10 Aug 2018 21:18:54 +0200 Subject: [PATCH 2/4] exercises: Update packages --- exercises/accumulate/Accumulate.csproj | 6 +++--- exercises/acronym/Acronym.csproj | 6 +++--- exercises/all-your-base/AllYourBase.csproj | 6 +++--- exercises/allergies/Allergies.csproj | 6 +++--- exercises/alphametics/Alphametics.csproj | 6 +++--- exercises/anagram/Anagram.csproj | 6 +++--- exercises/armstrong-numbers/ArmstrongNumbers.csproj | 6 +++--- exercises/atbash-cipher/AtbashCipher.csproj | 6 +++--- exercises/bank-account/BankAccount.csproj | 6 +++--- exercises/beer-song/BeerSong.csproj | 6 +++--- exercises/binary-search-tree/BinarySearchTree.csproj | 6 +++--- exercises/binary-search/BinarySearch.csproj | 6 +++--- exercises/binary/Binary.csproj | 6 +++--- exercises/bob/Bob.csproj | 6 +++--- exercises/book-store/BookStore.csproj | 6 +++--- exercises/bowling/Bowling.csproj | 6 +++--- exercises/bracket-push/BracketPush.csproj | 6 +++--- exercises/change/Change.csproj | 6 +++--- exercises/circular-buffer/CircularBuffer.csproj | 6 +++--- exercises/clock/Clock.csproj | 6 +++--- exercises/collatz-conjecture/CollatzConjecture.csproj | 6 +++--- exercises/complex-numbers/ComplexNumbers.csproj | 6 +++--- exercises/connect/Connect.csproj | 6 +++--- exercises/crypto-square/CryptoSquare.csproj | 6 +++--- exercises/custom-set/CustomSet.csproj | 6 +++--- exercises/diamond/Diamond.csproj | 6 +++--- exercises/difference-of-squares/DifferenceOfSquares.csproj | 6 +++--- exercises/diffie-hellman/DiffieHellman.csproj | 6 +++--- exercises/dominoes/Dominoes.csproj | 6 +++--- exercises/dot-dsl/DotDsl.csproj | 6 +++--- exercises/error-handling/ErrorHandling.csproj | 6 +++--- exercises/etl/Etl.csproj | 6 +++--- exercises/flatten-array/FlattenArray.csproj | 6 +++--- exercises/food-chain/FoodChain.csproj | 6 +++--- exercises/forth/Forth.csproj | 6 +++--- exercises/gigasecond/Gigasecond.csproj | 6 +++--- exercises/go-counting/GoCounting.csproj | 6 +++--- exercises/grade-school/GradeSchool.csproj | 6 +++--- exercises/grains/Grains.csproj | 6 +++--- exercises/grep/Grep.csproj | 6 +++--- exercises/hamming/Hamming.csproj | 6 +++--- exercises/hangman/Hangman.csproj | 6 +++--- exercises/hello-world/HelloWorld.csproj | 6 +++--- exercises/hexadecimal/Hexadecimal.csproj | 6 +++--- exercises/house/House.csproj | 6 +++--- exercises/isbn-verifier/IsbnVerifier.csproj | 6 +++--- exercises/isogram/Isogram.csproj | 6 +++--- exercises/kindergarten-garden/KindergartenGarden.csproj | 6 +++--- .../largest-series-product/LargestSeriesProduct.csproj | 6 +++--- exercises/leap/Leap.csproj | 6 +++--- exercises/ledger/Ledger.csproj | 6 +++--- exercises/linked-list/LinkedList.csproj | 6 +++--- exercises/list-ops/ListOps.csproj | 6 +++--- exercises/luhn/Luhn.csproj | 6 +++--- exercises/markdown/Markdown.csproj | 6 +++--- exercises/matrix/Matrix.csproj | 6 +++--- exercises/meetup/Meetup.csproj | 6 +++--- exercises/minesweeper/Minesweeper.csproj | 6 +++--- exercises/nth-prime/NthPrime.csproj | 6 +++--- exercises/nucleotide-count/NucleotideCount.csproj | 6 +++--- exercises/ocr-numbers/OcrNumbers.csproj | 6 +++--- exercises/octal/Octal.csproj | 6 +++--- exercises/palindrome-products/PalindromeProducts.csproj | 6 +++--- exercises/pangram/Pangram.csproj | 6 +++--- .../ParallelLetterFrequency.csproj | 6 +++--- exercises/pascals-triangle/PascalsTriangle.csproj | 6 +++--- exercises/perfect-numbers/PerfectNumbers.csproj | 6 +++--- exercises/phone-number/PhoneNumber.csproj | 6 +++--- exercises/pig-latin/PigLatin.csproj | 6 +++--- exercises/poker/Poker.csproj | 6 +++--- exercises/pov/Pov.csproj | 6 +++--- exercises/prime-factors/PrimeFactors.csproj | 6 +++--- exercises/protein-translation/ProteinTranslation.csproj | 6 +++--- exercises/proverb/Proverb.csproj | 6 +++--- exercises/pythagorean-triplet/PythagoreanTriplet.csproj | 6 +++--- exercises/queen-attack/QueenAttack.csproj | 6 +++--- exercises/rail-fence-cipher/RailFenceCipher.csproj | 6 +++--- exercises/raindrops/Raindrops.csproj | 6 +++--- exercises/rational-numbers/RationalNumbers.csproj | 6 +++--- exercises/react/React.csproj | 6 +++--- exercises/rectangles/Rectangles.csproj | 6 +++--- exercises/reverse-string/ReverseString.csproj | 6 +++--- exercises/rna-transcription/RnaTranscription.csproj | 6 +++--- exercises/robot-name/RobotName.csproj | 6 +++--- exercises/robot-simulator/RobotSimulator.csproj | 6 +++--- exercises/roman-numerals/RomanNumerals.csproj | 6 +++--- exercises/rotational-cipher/RotationalCipher.csproj | 6 +++--- exercises/run-length-encoding/RunLengthEncoding.csproj | 6 +++--- exercises/saddle-points/SaddlePoints.csproj | 6 +++--- exercises/say/Say.csproj | 6 +++--- exercises/scale-generator/ScaleGenerator.csproj | 6 +++--- exercises/scrabble-score/ScrabbleScore.csproj | 6 +++--- exercises/secret-handshake/SecretHandshake.csproj | 6 +++--- exercises/series/Series.csproj | 6 +++--- exercises/sgf-parsing/SgfParsing.csproj | 6 +++--- exercises/sieve/Sieve.csproj | 6 +++--- exercises/simple-cipher/SimpleCipher.csproj | 6 +++--- exercises/simple-linked-list/SimpleLinkedList.csproj | 6 +++--- exercises/space-age/SpaceAge.csproj | 6 +++--- exercises/spiral-matrix/SpiralMatrix.csproj | 6 +++--- exercises/strain/Strain.csproj | 6 +++--- exercises/sublist/Sublist.csproj | 6 +++--- exercises/sum-of-multiples/SumOfMultiples.csproj | 6 +++--- exercises/tournament/Tournament.csproj | 6 +++--- exercises/transpose/Transpose.csproj | 6 +++--- exercises/tree-building/TreeBuilding.csproj | 6 +++--- exercises/triangle/Triangle.csproj | 6 +++--- exercises/trinary/Trinary.csproj | 6 +++--- exercises/twelve-days/TwelveDays.csproj | 6 +++--- exercises/two-bucket/TwoBucket.csproj | 6 +++--- exercises/two-fer/TwoFer.csproj | 6 +++--- .../variable-length-quantity/VariableLengthQuantity.csproj | 6 +++--- exercises/word-count/WordCount.csproj | 6 +++--- exercises/word-search/WordSearch.csproj | 6 +++--- exercises/wordy/Wordy.csproj | 6 +++--- exercises/yacht/Yacht.csproj | 4 ++-- exercises/zebra-puzzle/ZebraPuzzle.csproj | 6 +++--- exercises/zipper/Zipper.csproj | 6 +++--- 118 files changed, 353 insertions(+), 353 deletions(-) diff --git a/exercises/accumulate/Accumulate.csproj b/exercises/accumulate/Accumulate.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/accumulate/Accumulate.csproj +++ b/exercises/accumulate/Accumulate.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/acronym/Acronym.csproj b/exercises/acronym/Acronym.csproj index 3c80002552..f6d9012ca1 100644 --- a/exercises/acronym/Acronym.csproj +++ b/exercises/acronym/Acronym.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/exercises/all-your-base/AllYourBase.csproj b/exercises/all-your-base/AllYourBase.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/all-your-base/AllYourBase.csproj +++ b/exercises/all-your-base/AllYourBase.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/allergies/Allergies.csproj b/exercises/allergies/Allergies.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/allergies/Allergies.csproj +++ b/exercises/allergies/Allergies.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/alphametics/Alphametics.csproj b/exercises/alphametics/Alphametics.csproj index 1183c47928..2e4c7c136d 100644 --- a/exercises/alphametics/Alphametics.csproj +++ b/exercises/alphametics/Alphametics.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/anagram/Anagram.csproj b/exercises/anagram/Anagram.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/anagram/Anagram.csproj +++ b/exercises/anagram/Anagram.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/armstrong-numbers/ArmstrongNumbers.csproj b/exercises/armstrong-numbers/ArmstrongNumbers.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/armstrong-numbers/ArmstrongNumbers.csproj +++ b/exercises/armstrong-numbers/ArmstrongNumbers.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/atbash-cipher/AtbashCipher.csproj b/exercises/atbash-cipher/AtbashCipher.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/atbash-cipher/AtbashCipher.csproj +++ b/exercises/atbash-cipher/AtbashCipher.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/bank-account/BankAccount.csproj b/exercises/bank-account/BankAccount.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/bank-account/BankAccount.csproj +++ b/exercises/bank-account/BankAccount.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/beer-song/BeerSong.csproj b/exercises/beer-song/BeerSong.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/beer-song/BeerSong.csproj +++ b/exercises/beer-song/BeerSong.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/binary-search-tree/BinarySearchTree.csproj b/exercises/binary-search-tree/BinarySearchTree.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/binary-search-tree/BinarySearchTree.csproj +++ b/exercises/binary-search-tree/BinarySearchTree.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/binary-search/BinarySearch.csproj b/exercises/binary-search/BinarySearch.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/binary-search/BinarySearch.csproj +++ b/exercises/binary-search/BinarySearch.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/binary/Binary.csproj b/exercises/binary/Binary.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/binary/Binary.csproj +++ b/exercises/binary/Binary.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/bob/Bob.csproj b/exercises/bob/Bob.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/bob/Bob.csproj +++ b/exercises/bob/Bob.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/book-store/BookStore.csproj b/exercises/book-store/BookStore.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/book-store/BookStore.csproj +++ b/exercises/book-store/BookStore.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/bowling/Bowling.csproj b/exercises/bowling/Bowling.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/bowling/Bowling.csproj +++ b/exercises/bowling/Bowling.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/bracket-push/BracketPush.csproj b/exercises/bracket-push/BracketPush.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/bracket-push/BracketPush.csproj +++ b/exercises/bracket-push/BracketPush.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/change/Change.csproj b/exercises/change/Change.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/change/Change.csproj +++ b/exercises/change/Change.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/circular-buffer/CircularBuffer.csproj b/exercises/circular-buffer/CircularBuffer.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/circular-buffer/CircularBuffer.csproj +++ b/exercises/circular-buffer/CircularBuffer.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/clock/Clock.csproj b/exercises/clock/Clock.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/clock/Clock.csproj +++ b/exercises/clock/Clock.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/collatz-conjecture/CollatzConjecture.csproj b/exercises/collatz-conjecture/CollatzConjecture.csproj index 7dc75ab7fe..350a96f343 100644 --- a/exercises/collatz-conjecture/CollatzConjecture.csproj +++ b/exercises/collatz-conjecture/CollatzConjecture.csproj @@ -9,9 +9,9 @@ - - - + + + \ No newline at end of file diff --git a/exercises/complex-numbers/ComplexNumbers.csproj b/exercises/complex-numbers/ComplexNumbers.csproj index de32390918..0762cb9dc3 100644 --- a/exercises/complex-numbers/ComplexNumbers.csproj +++ b/exercises/complex-numbers/ComplexNumbers.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/exercises/connect/Connect.csproj b/exercises/connect/Connect.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/connect/Connect.csproj +++ b/exercises/connect/Connect.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/crypto-square/CryptoSquare.csproj b/exercises/crypto-square/CryptoSquare.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/crypto-square/CryptoSquare.csproj +++ b/exercises/crypto-square/CryptoSquare.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/custom-set/CustomSet.csproj b/exercises/custom-set/CustomSet.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/custom-set/CustomSet.csproj +++ b/exercises/custom-set/CustomSet.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/diamond/Diamond.csproj b/exercises/diamond/Diamond.csproj index e3012a99be..e59776d072 100644 --- a/exercises/diamond/Diamond.csproj +++ b/exercises/diamond/Diamond.csproj @@ -11,9 +11,9 @@ - - - + + + diff --git a/exercises/difference-of-squares/DifferenceOfSquares.csproj b/exercises/difference-of-squares/DifferenceOfSquares.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/difference-of-squares/DifferenceOfSquares.csproj +++ b/exercises/difference-of-squares/DifferenceOfSquares.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/diffie-hellman/DiffieHellman.csproj b/exercises/diffie-hellman/DiffieHellman.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/diffie-hellman/DiffieHellman.csproj +++ b/exercises/diffie-hellman/DiffieHellman.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/dominoes/Dominoes.csproj b/exercises/dominoes/Dominoes.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/dominoes/Dominoes.csproj +++ b/exercises/dominoes/Dominoes.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/dot-dsl/DotDsl.csproj b/exercises/dot-dsl/DotDsl.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/dot-dsl/DotDsl.csproj +++ b/exercises/dot-dsl/DotDsl.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/error-handling/ErrorHandling.csproj b/exercises/error-handling/ErrorHandling.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/error-handling/ErrorHandling.csproj +++ b/exercises/error-handling/ErrorHandling.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/etl/Etl.csproj b/exercises/etl/Etl.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/etl/Etl.csproj +++ b/exercises/etl/Etl.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/flatten-array/FlattenArray.csproj b/exercises/flatten-array/FlattenArray.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/flatten-array/FlattenArray.csproj +++ b/exercises/flatten-array/FlattenArray.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/food-chain/FoodChain.csproj b/exercises/food-chain/FoodChain.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/food-chain/FoodChain.csproj +++ b/exercises/food-chain/FoodChain.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/forth/Forth.csproj b/exercises/forth/Forth.csproj index 1183c47928..2e4c7c136d 100644 --- a/exercises/forth/Forth.csproj +++ b/exercises/forth/Forth.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/gigasecond/Gigasecond.csproj b/exercises/gigasecond/Gigasecond.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/gigasecond/Gigasecond.csproj +++ b/exercises/gigasecond/Gigasecond.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/go-counting/GoCounting.csproj b/exercises/go-counting/GoCounting.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/go-counting/GoCounting.csproj +++ b/exercises/go-counting/GoCounting.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/grade-school/GradeSchool.csproj b/exercises/grade-school/GradeSchool.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/grade-school/GradeSchool.csproj +++ b/exercises/grade-school/GradeSchool.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/grains/Grains.csproj b/exercises/grains/Grains.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/grains/Grains.csproj +++ b/exercises/grains/Grains.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/grep/Grep.csproj b/exercises/grep/Grep.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/grep/Grep.csproj +++ b/exercises/grep/Grep.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/hamming/Hamming.csproj b/exercises/hamming/Hamming.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/hamming/Hamming.csproj +++ b/exercises/hamming/Hamming.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/hangman/Hangman.csproj b/exercises/hangman/Hangman.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/hangman/Hangman.csproj +++ b/exercises/hangman/Hangman.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/hello-world/HelloWorld.csproj b/exercises/hello-world/HelloWorld.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/hello-world/HelloWorld.csproj +++ b/exercises/hello-world/HelloWorld.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/hexadecimal/Hexadecimal.csproj b/exercises/hexadecimal/Hexadecimal.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/hexadecimal/Hexadecimal.csproj +++ b/exercises/hexadecimal/Hexadecimal.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/house/House.csproj b/exercises/house/House.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/house/House.csproj +++ b/exercises/house/House.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/isbn-verifier/IsbnVerifier.csproj b/exercises/isbn-verifier/IsbnVerifier.csproj index 6a9bff3628..cff82552b3 100644 --- a/exercises/isbn-verifier/IsbnVerifier.csproj +++ b/exercises/isbn-verifier/IsbnVerifier.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/exercises/isogram/Isogram.csproj b/exercises/isogram/Isogram.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/isogram/Isogram.csproj +++ b/exercises/isogram/Isogram.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/kindergarten-garden/KindergartenGarden.csproj b/exercises/kindergarten-garden/KindergartenGarden.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/kindergarten-garden/KindergartenGarden.csproj +++ b/exercises/kindergarten-garden/KindergartenGarden.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/largest-series-product/LargestSeriesProduct.csproj b/exercises/largest-series-product/LargestSeriesProduct.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/largest-series-product/LargestSeriesProduct.csproj +++ b/exercises/largest-series-product/LargestSeriesProduct.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/leap/Leap.csproj b/exercises/leap/Leap.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/leap/Leap.csproj +++ b/exercises/leap/Leap.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/ledger/Ledger.csproj b/exercises/ledger/Ledger.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/ledger/Ledger.csproj +++ b/exercises/ledger/Ledger.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/linked-list/LinkedList.csproj b/exercises/linked-list/LinkedList.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/linked-list/LinkedList.csproj +++ b/exercises/linked-list/LinkedList.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/list-ops/ListOps.csproj b/exercises/list-ops/ListOps.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/list-ops/ListOps.csproj +++ b/exercises/list-ops/ListOps.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/luhn/Luhn.csproj b/exercises/luhn/Luhn.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/luhn/Luhn.csproj +++ b/exercises/luhn/Luhn.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/markdown/Markdown.csproj b/exercises/markdown/Markdown.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/markdown/Markdown.csproj +++ b/exercises/markdown/Markdown.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/matrix/Matrix.csproj b/exercises/matrix/Matrix.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/matrix/Matrix.csproj +++ b/exercises/matrix/Matrix.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/meetup/Meetup.csproj b/exercises/meetup/Meetup.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/meetup/Meetup.csproj +++ b/exercises/meetup/Meetup.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/minesweeper/Minesweeper.csproj b/exercises/minesweeper/Minesweeper.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/minesweeper/Minesweeper.csproj +++ b/exercises/minesweeper/Minesweeper.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/nth-prime/NthPrime.csproj b/exercises/nth-prime/NthPrime.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/nth-prime/NthPrime.csproj +++ b/exercises/nth-prime/NthPrime.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/nucleotide-count/NucleotideCount.csproj b/exercises/nucleotide-count/NucleotideCount.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/nucleotide-count/NucleotideCount.csproj +++ b/exercises/nucleotide-count/NucleotideCount.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/ocr-numbers/OcrNumbers.csproj b/exercises/ocr-numbers/OcrNumbers.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/ocr-numbers/OcrNumbers.csproj +++ b/exercises/ocr-numbers/OcrNumbers.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/octal/Octal.csproj b/exercises/octal/Octal.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/octal/Octal.csproj +++ b/exercises/octal/Octal.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/palindrome-products/PalindromeProducts.csproj b/exercises/palindrome-products/PalindromeProducts.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/palindrome-products/PalindromeProducts.csproj +++ b/exercises/palindrome-products/PalindromeProducts.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/pangram/Pangram.csproj b/exercises/pangram/Pangram.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/pangram/Pangram.csproj +++ b/exercises/pangram/Pangram.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj b/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj +++ b/exercises/parallel-letter-frequency/ParallelLetterFrequency.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/pascals-triangle/PascalsTriangle.csproj b/exercises/pascals-triangle/PascalsTriangle.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/pascals-triangle/PascalsTriangle.csproj +++ b/exercises/pascals-triangle/PascalsTriangle.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/perfect-numbers/PerfectNumbers.csproj b/exercises/perfect-numbers/PerfectNumbers.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/perfect-numbers/PerfectNumbers.csproj +++ b/exercises/perfect-numbers/PerfectNumbers.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/phone-number/PhoneNumber.csproj b/exercises/phone-number/PhoneNumber.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/phone-number/PhoneNumber.csproj +++ b/exercises/phone-number/PhoneNumber.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/pig-latin/PigLatin.csproj b/exercises/pig-latin/PigLatin.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/pig-latin/PigLatin.csproj +++ b/exercises/pig-latin/PigLatin.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/poker/Poker.csproj b/exercises/poker/Poker.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/poker/Poker.csproj +++ b/exercises/poker/Poker.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/pov/Pov.csproj b/exercises/pov/Pov.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/pov/Pov.csproj +++ b/exercises/pov/Pov.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/prime-factors/PrimeFactors.csproj b/exercises/prime-factors/PrimeFactors.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/prime-factors/PrimeFactors.csproj +++ b/exercises/prime-factors/PrimeFactors.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/protein-translation/ProteinTranslation.csproj b/exercises/protein-translation/ProteinTranslation.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/protein-translation/ProteinTranslation.csproj +++ b/exercises/protein-translation/ProteinTranslation.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/proverb/Proverb.csproj b/exercises/proverb/Proverb.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/proverb/Proverb.csproj +++ b/exercises/proverb/Proverb.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/pythagorean-triplet/PythagoreanTriplet.csproj b/exercises/pythagorean-triplet/PythagoreanTriplet.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/pythagorean-triplet/PythagoreanTriplet.csproj +++ b/exercises/pythagorean-triplet/PythagoreanTriplet.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/queen-attack/QueenAttack.csproj b/exercises/queen-attack/QueenAttack.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/queen-attack/QueenAttack.csproj +++ b/exercises/queen-attack/QueenAttack.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/rail-fence-cipher/RailFenceCipher.csproj b/exercises/rail-fence-cipher/RailFenceCipher.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/rail-fence-cipher/RailFenceCipher.csproj +++ b/exercises/rail-fence-cipher/RailFenceCipher.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/raindrops/Raindrops.csproj b/exercises/raindrops/Raindrops.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/raindrops/Raindrops.csproj +++ b/exercises/raindrops/Raindrops.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/rational-numbers/RationalNumbers.csproj b/exercises/rational-numbers/RationalNumbers.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/rational-numbers/RationalNumbers.csproj +++ b/exercises/rational-numbers/RationalNumbers.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/react/React.csproj b/exercises/react/React.csproj index 82dc30c70b..68ddac124a 100644 --- a/exercises/react/React.csproj +++ b/exercises/react/React.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/rectangles/Rectangles.csproj b/exercises/rectangles/Rectangles.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/rectangles/Rectangles.csproj +++ b/exercises/rectangles/Rectangles.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/reverse-string/ReverseString.csproj b/exercises/reverse-string/ReverseString.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/reverse-string/ReverseString.csproj +++ b/exercises/reverse-string/ReverseString.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/rna-transcription/RnaTranscription.csproj b/exercises/rna-transcription/RnaTranscription.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/rna-transcription/RnaTranscription.csproj +++ b/exercises/rna-transcription/RnaTranscription.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/robot-name/RobotName.csproj b/exercises/robot-name/RobotName.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/robot-name/RobotName.csproj +++ b/exercises/robot-name/RobotName.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/robot-simulator/RobotSimulator.csproj b/exercises/robot-simulator/RobotSimulator.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/robot-simulator/RobotSimulator.csproj +++ b/exercises/robot-simulator/RobotSimulator.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/roman-numerals/RomanNumerals.csproj b/exercises/roman-numerals/RomanNumerals.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/roman-numerals/RomanNumerals.csproj +++ b/exercises/roman-numerals/RomanNumerals.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/rotational-cipher/RotationalCipher.csproj b/exercises/rotational-cipher/RotationalCipher.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/rotational-cipher/RotationalCipher.csproj +++ b/exercises/rotational-cipher/RotationalCipher.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/run-length-encoding/RunLengthEncoding.csproj b/exercises/run-length-encoding/RunLengthEncoding.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/run-length-encoding/RunLengthEncoding.csproj +++ b/exercises/run-length-encoding/RunLengthEncoding.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/saddle-points/SaddlePoints.csproj b/exercises/saddle-points/SaddlePoints.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/saddle-points/SaddlePoints.csproj +++ b/exercises/saddle-points/SaddlePoints.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/say/Say.csproj b/exercises/say/Say.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/say/Say.csproj +++ b/exercises/say/Say.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/scale-generator/ScaleGenerator.csproj b/exercises/scale-generator/ScaleGenerator.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/scale-generator/ScaleGenerator.csproj +++ b/exercises/scale-generator/ScaleGenerator.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/scrabble-score/ScrabbleScore.csproj b/exercises/scrabble-score/ScrabbleScore.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/scrabble-score/ScrabbleScore.csproj +++ b/exercises/scrabble-score/ScrabbleScore.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/secret-handshake/SecretHandshake.csproj b/exercises/secret-handshake/SecretHandshake.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/secret-handshake/SecretHandshake.csproj +++ b/exercises/secret-handshake/SecretHandshake.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/series/Series.csproj b/exercises/series/Series.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/series/Series.csproj +++ b/exercises/series/Series.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/sgf-parsing/SgfParsing.csproj b/exercises/sgf-parsing/SgfParsing.csproj index 11b523bf09..4f66a8eb27 100644 --- a/exercises/sgf-parsing/SgfParsing.csproj +++ b/exercises/sgf-parsing/SgfParsing.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/sieve/Sieve.csproj b/exercises/sieve/Sieve.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/sieve/Sieve.csproj +++ b/exercises/sieve/Sieve.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/simple-cipher/SimpleCipher.csproj b/exercises/simple-cipher/SimpleCipher.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/simple-cipher/SimpleCipher.csproj +++ b/exercises/simple-cipher/SimpleCipher.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/simple-linked-list/SimpleLinkedList.csproj b/exercises/simple-linked-list/SimpleLinkedList.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/simple-linked-list/SimpleLinkedList.csproj +++ b/exercises/simple-linked-list/SimpleLinkedList.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/space-age/SpaceAge.csproj b/exercises/space-age/SpaceAge.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/space-age/SpaceAge.csproj +++ b/exercises/space-age/SpaceAge.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/spiral-matrix/SpiralMatrix.csproj b/exercises/spiral-matrix/SpiralMatrix.csproj index 7dc75ab7fe..350a96f343 100644 --- a/exercises/spiral-matrix/SpiralMatrix.csproj +++ b/exercises/spiral-matrix/SpiralMatrix.csproj @@ -9,9 +9,9 @@ - - - + + + \ No newline at end of file diff --git a/exercises/strain/Strain.csproj b/exercises/strain/Strain.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/strain/Strain.csproj +++ b/exercises/strain/Strain.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/sublist/Sublist.csproj b/exercises/sublist/Sublist.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/sublist/Sublist.csproj +++ b/exercises/sublist/Sublist.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/sum-of-multiples/SumOfMultiples.csproj b/exercises/sum-of-multiples/SumOfMultiples.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/sum-of-multiples/SumOfMultiples.csproj +++ b/exercises/sum-of-multiples/SumOfMultiples.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/tournament/Tournament.csproj b/exercises/tournament/Tournament.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/tournament/Tournament.csproj +++ b/exercises/tournament/Tournament.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/transpose/Transpose.csproj b/exercises/transpose/Transpose.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/transpose/Transpose.csproj +++ b/exercises/transpose/Transpose.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/tree-building/TreeBuilding.csproj b/exercises/tree-building/TreeBuilding.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/tree-building/TreeBuilding.csproj +++ b/exercises/tree-building/TreeBuilding.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/triangle/Triangle.csproj b/exercises/triangle/Triangle.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/triangle/Triangle.csproj +++ b/exercises/triangle/Triangle.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/trinary/Trinary.csproj b/exercises/trinary/Trinary.csproj index 985ed8819a..5b4584e81e 100644 --- a/exercises/trinary/Trinary.csproj +++ b/exercises/trinary/Trinary.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/twelve-days/TwelveDays.csproj b/exercises/twelve-days/TwelveDays.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/twelve-days/TwelveDays.csproj +++ b/exercises/twelve-days/TwelveDays.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/two-bucket/TwoBucket.csproj b/exercises/two-bucket/TwoBucket.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/two-bucket/TwoBucket.csproj +++ b/exercises/two-bucket/TwoBucket.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/two-fer/TwoFer.csproj b/exercises/two-fer/TwoFer.csproj index 7dc75ab7fe..350a96f343 100644 --- a/exercises/two-fer/TwoFer.csproj +++ b/exercises/two-fer/TwoFer.csproj @@ -9,9 +9,9 @@ - - - + + + \ No newline at end of file diff --git a/exercises/variable-length-quantity/VariableLengthQuantity.csproj b/exercises/variable-length-quantity/VariableLengthQuantity.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/variable-length-quantity/VariableLengthQuantity.csproj +++ b/exercises/variable-length-quantity/VariableLengthQuantity.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/word-count/WordCount.csproj b/exercises/word-count/WordCount.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/word-count/WordCount.csproj +++ b/exercises/word-count/WordCount.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/word-search/WordSearch.csproj b/exercises/word-search/WordSearch.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/word-search/WordSearch.csproj +++ b/exercises/word-search/WordSearch.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/wordy/Wordy.csproj b/exercises/wordy/Wordy.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/wordy/Wordy.csproj +++ b/exercises/wordy/Wordy.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/yacht/Yacht.csproj b/exercises/yacht/Yacht.csproj index c576e33f62..2ae8862be5 100644 --- a/exercises/yacht/Yacht.csproj +++ b/exercises/yacht/Yacht.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/exercises/zebra-puzzle/ZebraPuzzle.csproj b/exercises/zebra-puzzle/ZebraPuzzle.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/zebra-puzzle/ZebraPuzzle.csproj +++ b/exercises/zebra-puzzle/ZebraPuzzle.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/exercises/zipper/Zipper.csproj b/exercises/zipper/Zipper.csproj index c3eecd5d91..09822d292d 100644 --- a/exercises/zipper/Zipper.csproj +++ b/exercises/zipper/Zipper.csproj @@ -9,9 +9,9 @@ - - - + + + From cba95984a1472305207322a509668c0070284e5b Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 10 Aug 2018 21:19:51 +0200 Subject: [PATCH 3/4] docs: Update installation instructions --- docs/INSTALLATION.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index edd86683bc..9c57e4a554 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -1,20 +1,22 @@ ### Installing .NET Core -The C# track is built on top of the [.NET Core](https://www.microsoft.com/net/core/platform) platform, which runs on Windows, Linux and macOS. To build .NET Core projects, you can use the .NET Core Command Line Interface (CLI). This CLI is part of the .NET Core SDK, which you can install by following the [installation instructions](https://www.microsoft.com/net/download/core). After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal: +The F# track is built on top of the [.NET Core](https://www.microsoft.com/net/core/platform) platform, which runs on Windows, Linux and macOS. To build .NET Core projects, you can use the .NET Core Command Line Interface (CLI). This CLI is part of the .NET Core SDK, which you can install by following the [installation instructions](https://www.microsoft.com/net/download/core). Note: the F# track requires SDK version 2.1 or greater. + +After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal: ```bash dotnet --version ``` -If the output is a version greater than or equal to `1.0.0`, the .NET Core SDK has been installed succesfully. +It the output is a version greater than or equal to `2.1.0`, the .NET Core SDK has been installed succesfully. ### Using an IDE -If you want a more full-featured editing experience, you probably want to use an IDE. These are the most popular IDE's that support building .NET Core projects: +If you want a more full-featured editing experience, you probably want to to use an IDE. These are the most popular IDE's that support building .NET Core projects: -* [Visual Studio 2017](https://www.visualstudio.com/downloads/) -* [Visual Studio Code](https://code.visualstudio.com/download) with the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) -* [Visual Studio for Mac](https://www.visualstudio.com/vs/visual-studio-mac/) (still in beta) -* [Project Rider](https://www.jetbrains.com/rider/download/) (still in EAP) +- [Visual Studio 2017](https://www.visualstudio.com/downloads/) (version 15.3.1 and higher) +- [Visual Studio Code](https://code.visualstudio.com/download) with the [Ionide-fsharp extension](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) +- [Visual Studio for Mac](https://www.visualstudio.com/vs/visual-studio-mac/) (still in beta) +- [Project Rider](https://www.jetbrains.com/rider/download/) Note: as the .NET Core project format differs significantly from earlier versions, older IDE's (like Visual Studio 2015 and Xamarin Studio) are not supported. From fad69d4397f82215b389600b3cc916258a39c9b4 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 10 Aug 2018 21:26:29 +0200 Subject: [PATCH 4/4] scripts: Use updated Cake version --- build.ps1 | 4 ++-- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index d9503392ea..7ed239d298 100644 --- a/build.ps1 +++ b/build.ps1 @@ -25,11 +25,11 @@ Param( $SCRIPT_DIR = $PSScriptRoot $TOOLS_DIR = Join-Path $SCRIPT_DIR "tools" -$CAKE_VERSION = "0.26.1" +$CAKE_VERSION = "0.27.1" $CAKE_DIR = Join-Path $TOOLS_DIR "Cake.$CAKE_VERSION" $CAKE_DLL = Join-Path $CAKE_DIR "Cake.dll" $CAKE_ZIP = Join-Path $TOOLS_DIR "Cake.$CAKE_VERSION.zip" -$CAKE_ZIP_URL = "https://github.com/cake-build/cake/releases/download/v0.26.1/Cake-bin-coreclr-v$CAKE_VERSION.zip" +$CAKE_ZIP_URL = "https://github.com/cake-build/cake/releases/download/v$CAKE_VERSION/Cake-bin-coreclr-v$CAKE_VERSION.zip" $DOTNET_VERSION = "2.1.302" $DOTNET_DIR = Join-Path $TOOLS_DIR "dotnet.$DOTNET_VERSION" $DOTNET_COMMAND = Join-Path $DOTNET_DIR "dotnet.exe" diff --git a/build.sh b/build.sh index a4765c0fa0..5437ff366c 100755 --- a/build.sh +++ b/build.sh @@ -2,11 +2,11 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) TOOLS_DIR=$SCRIPT_DIR/tools -CAKE_VERSION=0.26.1 +CAKE_VERSION=0.27.1 CAKE_DIR=$TOOLS_DIR/Cake.$CAKE_VERSION CAKE_DLL=$CAKE_DIR/Cake.dll CAKE_ZIP=$TOOLS_DIR/Cake.$CAKE_VERSION.zip -CAKE_ZIP_URL=https://github.com/cake-build/cake/releases/download/v0.26.1/Cake-bin-coreclr-v$CAKE_VERSION.zip +CAKE_ZIP_URL=https://github.com/cake-build/cake/releases/download/v$CAKE_VERSION/Cake-bin-coreclr-v$CAKE_VERSION.zip DOTNET_VERSION=2.1.302 DOTNET_DIR=$TOOLS_DIR/dotnet.$DOTNET_VERSION DOTNET_COMMAND=$DOTNET_DIR/dotnet