From ad6574800b8a88baa906e9efe2695f4fee62076e Mon Sep 17 00:00:00 2001 From: Nikolay Borisenko <22616990+nvborisenko@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:17:03 +0300 Subject: [PATCH 1/2] [dotnet] The prebuild scripts is already decommissioned --- dotnet/src/webdriver/cdp/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dotnet/src/webdriver/cdp/README.md b/dotnet/src/webdriver/cdp/README.md index 04fca71638762..f78d0b3d04ba4 100644 --- a/dotnet/src/webdriver/cdp/README.md +++ b/dotnet/src/webdriver/cdp/README.md @@ -52,9 +52,4 @@ perform the following steps, where `` is the major version of the protocol: remove the entry for version `` from the `SupportedDevToolsVersions` dictionary initialization. 3. Remove the version string (`v`) from the `SUPPORTED_DEVTOOLS_VERSIONS` list in [`//dotnet:selenium-dotnet-version.bzl`](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/selenium-dotnet-version.bzl). -4. In [`//dotnet/src/webdriver:WebDriver.csproj.prebuild.cmd`](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/WebDriver.csproj.prebuild.cmd), -remove the `if not exist` block for version ``. -5. In [`//dotnet/src/webdriver:WebDriver.csproj.prebuild.sh`](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/WebDriver.csproj.prebuild.sh), -remove the `if-fi` block for version ``. -6. Commit the changes. - +4. Commit the changes. From 2a93a1eb39ca68c8ceed32d109c40a469b7bf87b Mon Sep 17 00:00:00 2001 From: Nikolay Borisenko <22616990+nvborisenko@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:05:53 +0300 Subject: [PATCH 2/2] And don't specify exact cdp version in csproj --- dotnet/src/webdriver/WebDriver.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/webdriver/WebDriver.csproj b/dotnet/src/webdriver/WebDriver.csproj index 2b9c282cb22de..e9acf442d70c1 100644 --- a/dotnet/src/webdriver/WebDriver.csproj +++ b/dotnet/src/webdriver/WebDriver.csproj @@ -106,7 +106,7 @@ - +