Commit c5a2825
Add net11.0 framework to gRPC proxy load jobs (#2163)
The grpc-dotnet master branch now multi-targets net10.0 (v2.76.0),
causing NETSDK1045 errors on benchmark agents with only SDK 9.0. Add
--load.framework net11.0 to all gRPC proxy scenarios (YARP, NGinx,
Envoy) so crank installs an SDK that supports the net10.0 transitive
dependencies.
This is consistent with how grpc-scenarios.yml already handles this.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 501932f commit c5a2825
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments