We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2189a3d commit 8819990Copy full SHA for 8819990
dotnet/src/webdriver/assets/nuget/build/netstandard2.0/Selenium.WebDriver.targets
@@ -1,4 +1,14 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+
4
+ <!-- Legacy packages.config support -->
5
+ <ItemGroup Condition="'$(UsingMicrosoftNETSdk)' != 'true'">
6
+ <Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win\native\selenium-manager.exe">
7
+ <Link>runtimes\win\native\%(Filename)%(Extension)</Link>
8
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9
+ <Visible>False</Visible>
10
+ <Pack>false</Pack>
11
+ </Content>
12
+ </ItemGroup>
13
14
</Project>
0 commit comments