Skip to content

Commit 3f2eac8

Browse files
Bump Microsoft.Bcl.AsyncInterfaces, Selenium.Support, Selenium.WebDriver, System.Buffers, 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.Support](https://github.com/SeleniumHQ/selenium), [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.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v8.0.0) Updates `Selenium.Support` from 2.52.0 to 4.29.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-2.52.0...selenium-4.29.0) Updates `Selenium.WebDriver` from 2.52.0 to 4.29.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-2.52.0...selenium-4.29.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.Support 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] <support@github.com>
1 parent 9f827c4 commit 3f2eac8

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/WOPIautomation.csproj

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,13 @@
170170
<Reference Include="UIAutomationClientsideProviders" />
171171
<Reference Include="UIAutomationProvider" />
172172
<Reference Include="UIAutomationTypes" />
173-
<Reference Include="WebDriver, Version=2.52.0.0, Culture=neutral, processorArchitecture=MSIL">
174-
<HintPath>..\packages\Selenium.WebDriver.2.52.0\lib\net40\WebDriver.dll</HintPath>
173+
<Reference Include="WebDriver, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null">
174+
<HintPath>..\packages\Selenium.WebDriver.4.29.0\lib\netstandard2.0\WebDriver.dll</HintPath>
175+
<Private>True</Private>
175176
</Reference>
176-
<Reference Include="WebDriver.Support, Version=2.52.0.0, Culture=neutral, processorArchitecture=MSIL">
177-
<HintPath>..\packages\Selenium.Support.2.52.0\lib\net40\WebDriver.Support.dll</HintPath>
177+
<Reference Include="WebDriver.Support, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null">
178+
<HintPath>..\packages\Selenium.Support.4.29.0\lib\netstandard2.0\WebDriver.Support.dll</HintPath>
179+
<Private>True</Private>
178180
</Reference>
179181
<Reference Include="WindowsBase" />
180182
</ItemGroup>
@@ -237,6 +239,13 @@
237239
</Choose>
238240
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
239241
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
242+
<Import Project="../packages/Selenium.WebDriver.4.29.0/build/Selenium.WebDriver.targets" Condition="Exists('../packages/Selenium.WebDriver.4.29.0/build/Selenium.WebDriver.targets')" />
243+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
244+
<PropertyGroup>
245+
<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>
246+
</PropertyGroup>
247+
<Error Condition="!Exists('../packages/Selenium.WebDriver.4.29.0/build/Selenium.WebDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Selenium.WebDriver.4.29.0/build/Selenium.WebDriver.targets'))" />
248+
</Target>
240249
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
241250
Other similar extension points exist, see Microsoft.Common.targets.
242251
<Target Name="BeforeBuild">

FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<package id="Microsoft.IdentityModel.Logging" version="8.4.0" targetFramework="net48" />
99
<package id="Microsoft.IdentityModel.Tokens" version="8.2.1" targetFramework="net48" />
1010
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
11-
<package id="Selenium.Support" version="2.52.0" targetFramework="net461" />
12-
<package id="Selenium.WebDriver" version="2.52.0" targetFramework="net461" />
11+
<package id="Selenium.Support" version="4.29.0" targetFramework="net48" />
12+
<package id="Selenium.WebDriver" version="4.29.0" targetFramework="net48" />
1313
<package id="System.Buffers" version="4.6.0" targetFramework="net48" />
1414
<package id="System.Drawing.Common" version="9.0.2" targetFramework="net48" />
1515
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net48" />

0 commit comments

Comments
 (0)