Merge pull request #527 from Sarah-A/main

fix small leftovers for csharpcore porting to .Net 8.0
This commit is contained in:
Emily Bache 2024-03-12 08:44:00 +01:00 committed by GitHub
commit ebf85e0e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:
```
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.
@ -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:
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
# 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
#executable:${TEXTTEST_HOME}/perl/texttest_fixture.pl