Update leftovers for the .Net Version upgrade to .Net 8.0 for csharpcore

This commit is contained in:
Sarah Ashri 2024-03-12 09:36:56 +10:00
parent 51ad110e95
commit 2da08d9515
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Use your normal build tools.
For e.g. 10 days: For e.g. 10 days:
``` ```
GildedRoseTests/bin/Debug/net7.0/GildedRoseTests 10 GildedRoseTests/bin/Debug/net8.0/GildedRoseTests 10
``` ```
You should make sure the command shown above works when you execute it in a terminal before trying to use TextTest (see below). If your tooling has placed the executable somewhere else, you will need to adjust the path above. You should make sure the command shown above works when you execute it in a terminal before trying to use TextTest (see below). If your tooling has placed the executable somewhere else, you will need to adjust the path above.
@ -19,5 +19,5 @@ You should make sure the command shown above works when you execute it in a term
There are instructions in the [TextTest Readme](../texttests/README.md) for setting up TextTest. You will need to specify the GildedRoseTests executable and interpreter in [config.gr](../texttests/config.gr). Uncomment this line: There are instructions in the [TextTest Readme](../texttests/README.md) for setting up TextTest. You will need to specify the GildedRoseTests executable and interpreter in [config.gr](../texttests/config.gr). Uncomment this line:
executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net7.0/GildedRoseTests executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests

View File

@ -32,7 +32,7 @@ executable:${TEXTTEST_HOME}/ruby/texttest_fixture.rb
interpreter:ruby interpreter:ruby
# Settings for the C# Core version # Settings for the C# Core version
#executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net7.0/GildedRoseTests #executable:${TEXTTEST_HOME}/csharpcore/GildedRoseTests/bin/Debug/net8.0/GildedRoseTests
# Settings for the Perl version # Settings for the Perl version
#executable:${TEXTTEST_HOME}/perl/texttest_fixture.pl #executable:${TEXTTEST_HOME}/perl/texttest_fixture.pl