[dotnet] update dev dependencies#17474
Conversation
Review Summary by QodoUpdate .NET development dependencies
WalkthroughsDescription• Update BenderProxy from 1.0.0 to 1.1.2 • Update NUnit from 4.5.1 to 4.6.0 • Synchronize dependency versions across configuration files Diagramflowchart LR
A["paket.dependencies"] -->|"BenderProxy 1.0.0 → 1.1.2"| B["Updated Config"]
A -->|"NUnit 4.5.1 → 4.6.0"| B
B -->|"Sync versions"| C["Test Projects"]
C --> D["WebDriver.Tests"]
C --> E["Support.Tests"]
C --> F["Remote.Tests"]
File Changes1. dotnet/paket.nuget.bzl
|
|
Thank you, @titusfortner for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
These are two minor updates that are only dev facing. Should be good to merge once tests pass.
There are other suggestions by #13964 that will need more thought