Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoidl committed Feb 20, 2024
1 parent 1d8c10d commit 8350f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>gfoidl</Authors>
<Company>Foidl Günther</Company>
<Product>trx2junit</Product>
<Copyright>Copyright © Foidl Günther 2017-2022</Copyright>
<Copyright>Copyright © Foidl Günther 2017-2024</Copyright>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<AssemblyVersion>$(VersionMajor).$(VersionMinor).$(BuildNumber).$(VersionPatch)</AssemblyVersion>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8350f34

Please sign in to comment.