Commit 910e7d6
Bump Microsoft.AspNetCore.Mvc.Testing and System.Text.Json (#81)
* Bump Microsoft.AspNetCore.Mvc.Testing and System.Text.Json
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.4 to 9.0.4
Bumps System.Text.Json to 8.0.5, 9.0.5
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
dependency-version: 9.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: System.Text.Json
dependency-version: 8.0.5
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: System.Text.Json
dependency-version: 9.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update dotnet.yml for artifact upload and test results
- Upgrade actions/upload-artifact from v3 to v4 for improved functionality.
- Modify dotnet test command to specify results directory as "TestResults".
- Ensure test results upload step runs regardless of test outcomes.
* Update package references in project file
Downgrade `Microsoft.AspNetCore.Mvc.Testing` to stable versions for each target framework. Update `Microsoft.Playwright` to version `1.52.0`. Modify `System.Text.Json` references to include version `6.0.11` for `net6.0`, while retaining appropriate versions for `net7.0`, `net8.0`, and `net9.0`.
* Update test project to target .NET 8.0 and 9.0
Removed support for .NET 6.0 and 7.0 in `Sample.WebApp.Tests.csproj`.
Upgraded `Microsoft.NET.Test.Sdk` from 17.13.0 to 17.14.1
and `xunit.runner.visualstudio` from 3.0.2 to 3.1.1.
* Try and avoid running install tests in parallel.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cynthia Z E MacLeod (C3D) <[email protected]>1 parent 6d3b927 commit 910e7d6
File tree
5 files changed
+16
-12
lines changed- .github/workflows
- src/C3D/Extensions/Playwright/AspNetCore
- test/Sample.WebApp.Tests
5 files changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments