Commit 159ae9f
fix: Fix broken test and update .Tests to .net 9.0 (#76)
* Initial plan
* Initial analysis and plan for fixing .NET test errors
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
* Fix .NET test errors by upgrading to net6.0 target framework
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
* Delete :GITHUB_ENV
* Update IntelliTect.TestTools.Console.Tests/IntelliTect.TestTools.Console.Tests.csproj
* Change default .NET version to 9.x
Updated default .NET versions to 9.x.
* Fix expected output format for Linux ping test in ConsoleAssertTests
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
Co-authored-by: Benjamin Michaelis <benjamin@michaelis.net>1 parent 7c054d4 commit 159ae9f
3 files changed
Lines changed: 5 additions & 6 deletions
File tree
- .github/actions/setup-dotnet-build
- IntelliTect.TestTools.Console.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments