Commit 71807e3
committed
Update .NET version to 10.x in workflow files
Updated the `NET_VERSION` environment variable from `9.x` to
`10.x` in the following GitHub Actions workflow files:
- `publish.yml` for the `src/SimpleAuthentication` project
- `publish_abstractions.yml` for the
`src/SimpleAuthentication.Abstractions` project
- `publish_swashbuckle.yml` for the
`src/SimpleAuthentication.Swashbuckle` project
This ensures that the projects are built and published using
the latest .NET 10.x framework.1 parent e22ef65 commit 71807e3
File tree
3 files changed
+3
-3
lines changed- .github/workflows
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments