Commit d392da1
Update EF Core benchmark framework target to net11.0 (#2155)
The EF Core repo (dotnet/efcore main branch) has moved its projects to
target net11.0, but the benchmark scenario was still forcing net10.0.
This caused NETSDK1045 errors on the build agent since the .NET 10 SDK
cannot compile net11.0 projects.
Co-authored-by: Copilot <[email protected]>1 parent c28f22b commit d392da1
1 file changed
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