Skip to content

Commit

Permalink
Bump Microsoft.Bcl.AsyncInterfaces, Selenium.WebDriver, System.Buffer…
Browse files Browse the repository at this point in the history
…s, System.Memory, System.Numerics.Vectors, System.Runtime.CompilerServices.Unsafe, System.Text.Encodings.Web, System.Text.Json, System.Threading.Tasks.Extensions and System.ValueTuple

Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime), [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium), System.Buffers, System.Memory, System.Numerics.Vectors, [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime), [System.Text.Encodings.Web](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime), System.Threading.Tasks.Extensions and System.ValueTuple. These dependencies needed to be updated together.

Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.0)

Updates `Selenium.WebDriver` from 2.52.0 to 4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-2.52.0...selenium-4.27.0)

Updates `System.Buffers` from 4.6.0 to 4.5.1

Updates `System.Memory` from 4.6.0 to 4.5.5

Updates `System.Numerics.Vectors` from 4.6.0 to 4.5.0

Updates `System.Runtime.CompilerServices.Unsafe` from 6.1.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

Updates `System.Text.Encodings.Web` from 9.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.0)

Updates `System.Text.Json` from 9.0.0 to 8.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.5)

Updates `System.Threading.Tasks.Extensions` from 4.6.0 to 4.5.4

Updates `System.ValueTuple` from 4.5.0 to 4.5.0

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Selenium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Buffers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Memory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Numerics.Vectors
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Threading.Tasks.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.ValueTuple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent fadb59c commit 898676b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@
<Reference Include="UIAutomationClientsideProviders" />
<Reference Include="UIAutomationProvider" />
<Reference Include="UIAutomationTypes" />
<Reference Include="WebDriver, Version=2.52.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Selenium.WebDriver.2.52.0\lib\net40\WebDriver.dll</HintPath>
<Reference Include="WebDriver, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Selenium.WebDriver.4.27.0\lib\netstandard2.0\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WebDriver.Support, Version=2.52.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Selenium.Support.2.52.0\lib\net40\WebDriver.Support.dll</HintPath>
Expand Down Expand Up @@ -237,6 +238,13 @@
</Choose>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="../packages/Selenium.WebDriver.4.27.0/build/Selenium.WebDriver.targets" Condition="Exists('../packages/Selenium.WebDriver.4.27.0/build/Selenium.WebDriver.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning

Insecure URL
</PropertyGroup>
<Error Condition="!Exists('../packages/Selenium.WebDriver.4.27.0/build/Selenium.WebDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Selenium.WebDriver.4.27.0/build/Selenium.WebDriver.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="Microsoft.IdentityModel.Tokens" version="8.2.1" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />
<package id="Selenium.WebDriver" version="2.52.0" targetFramework="net461" />
<package id="Selenium.WebDriver" version="4.27.0" targetFramework="net48" />
<package id="System.Buffers" version="4.6.0" targetFramework="net48" />
<package id="System.Drawing.Common" version="9.0.0" targetFramework="net48" />
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net48" />
Expand Down

0 comments on commit 898676b

Please sign in to comment.