Commit 6822f45
committed
Update logging package versioning for target frameworks
Centralized versioning for `Microsoft.Extensions.Logging.Abstractions` in `Directory.Packages.props`:
- Added conditional versions: `8.0.3` for `net8.0` and `9.0.9` for `net9.0`.
- Removed unconditional version `9.0.9`.
Removed explicit `<PackageReference>` for `Microsoft.Extensions.Logging.Abstractions` in `Codebreaker.GameAPIs.Client.csproj` to rely on centralized versioning.1 parent 7b004ea commit 6822f45
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src
- clients/Codebreaker.GameAPIs.Client
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments