From 2da08d95157cb85ddb147abbee238bb28cb5c66a Mon Sep 17 00:00:00 2001 From: Sarah Ashri Date: Tue, 12 Mar 2024 09:36:56 +1000 Subject: [PATCH] Update leftovers for the .Net Version upgrade to .Net 8.0 for csharpcore --- csharpcore/README.md | 4 ++-- texttests/config.gr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csharpcore/README.md b/csharpcore/README.md index c87c016f..b80b0c0a 100644 --- a/csharpcore/README.md +++ b/csharpcore/README.md @@ -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 diff --git a/texttests/config.gr b/texttests/config.gr index 2cb021dd..00b0d73a 100755 --- a/texttests/config.gr +++ b/texttests/config.gr @@ -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