Skip to content

Commit 8350f34

Browse files
committed
Update to .NET 8
1 parent 1d8c10d commit 8350f34

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Authors>gfoidl</Authors>
1010
<Company>Foidl Günther</Company>
1111
<Product>trx2junit</Product>
12-
<Copyright>Copyright © Foidl Günther 2017-2022</Copyright>
12+
<Copyright>Copyright © Foidl Günther 2017-2024</Copyright>
1313
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
1414
<AssemblyVersion>$(VersionMajor).$(VersionMinor).$(BuildNumber).$(VersionPatch)</AssemblyVersion>
1515
</PropertyGroup>

ReadMe.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ echo 'export PATH="$PATH:/root/.dotnet/tools"' >> "$BASH_ENV"
8383
### Prequisites / Supported SDKs
8484

8585
In order to install this tool a [.NET SDK](https://dotnet.microsoft.com/download/dotnet) must be present. Supported SDKs are:
86+
* .NET 8.0
8687
* .NET 7.0
8788
* .NET 6.0
88-
* .NET 5.0
89-
* .NET Core 3.1
9089

9190
# Core functionality as standalone package trx2junit.Core
9291

0 commit comments

Comments
 (0)