Commit e4e1076
authored
fix(core): update TargetFramework to net10.0 to match NuGet package requirements (#95)
BlazorMVU.Core targeted net9.0 but referenced Microsoft.AspNetCore.Components.Web
10.0.3 and Microsoft.JSInterop 10.0.3 which only support net10.0, causing CI to
fail with NU1202 restore errors. Aligns with Demo and Tests projects already on net10.0.1 parent b91849f commit e4e1076
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments