From 8350f34b33442c82fb07b484fe9aed0a889d79f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Foidl?= Date: Tue, 20 Feb 2024 12:29:50 +0100 Subject: [PATCH] Update to .NET 8 --- Directory.Build.props | 2 +- ReadMe.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index adfce8d..3196d96 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ gfoidl Foidl Günther trx2junit - Copyright © Foidl Günther 2017-2022 + Copyright © Foidl Günther 2017-2024 $(VersionMajor).$(VersionMinor).$(VersionPatch) $(VersionMajor).$(VersionMinor).$(BuildNumber).$(VersionPatch) diff --git a/ReadMe.md b/ReadMe.md index 480bae6..594c99b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -83,10 +83,9 @@ echo 'export PATH="$PATH:/root/.dotnet/tools"' >> "$BASH_ENV" ### Prequisites / Supported SDKs In order to install this tool a [.NET SDK](https://dotnet.microsoft.com/download/dotnet) must be present. Supported SDKs are: +* .NET 8.0 * .NET 7.0 * .NET 6.0 -* .NET 5.0 -* .NET Core 3.1 # Core functionality as standalone package trx2junit.Core