Commit 2063c1e
committed
fix(deps): downgrade Microsoft.Extensions packages to .NET 8 versions
- Microsoft.Extensions.Options.ConfigurationExtensions: 10.0.0 → 8.0.0
- Microsoft.Extensions.Configuration.UserSecrets: 10.0.0 → 8.0.1
Version 10.x packages are designed for .NET 10 and cause assembly
version conflicts when used with .NET 8 target framework.1 parent 75addc0 commit 2063c1e
File tree
2 files changed
+2
-2
lines changed- src/backend
- src/FantasyRealm.Infrastructure
- tests/FantasyRealm.Tests.Integration
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| 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