File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
<Authors >gfoidl</Authors >
10
10
<Company >Foidl Günther</Company >
11
11
<Product >trx2junit</Product >
12
- <Copyright >Copyright © Foidl Günther 2017-2022 </Copyright >
12
+ <Copyright >Copyright © Foidl Günther 2017-2024 </Copyright >
13
13
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
14
14
<AssemblyVersion >$(VersionMajor).$(VersionMinor).$(BuildNumber).$(VersionPatch)</AssemblyVersion >
15
15
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -83,10 +83,9 @@ echo 'export PATH="$PATH:/root/.dotnet/tools"' >> "$BASH_ENV"
83
83
### Prequisites / Supported SDKs
84
84
85
85
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
86
87
* .NET 7.0
87
88
* .NET 6.0
88
- * .NET 5.0
89
- * .NET Core 3.1
90
89
91
90
# Core functionality as standalone package trx2junit.Core
92
91
You can’t perform that action at this time.
0 commit comments