File tree Expand file tree Collapse file tree 1 file changed +24
-10
lines changed
dotnet/src/webdriver/assets/nuget/build/netstandard2.0 Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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 >
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+
13+ <Content Include =" $(MSBuildThisFileDirectory)..\..\runtimes\linux\native\selenium-manager" >
14+ <Link >runtimes\linux\native\%(Filename)%(Extension)</Link >
15+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
16+ <Visible >False</Visible >
17+ <Pack >false</Pack >
18+ </Content >
19+
20+ <Content Include =" $(MSBuildThisFileDirectory)..\..\runtimes\osx\native\selenium-manager" >
21+ <Link >runtimes\osx\native\%(Filename)%(Extension)</Link >
22+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
23+ <Visible >False</Visible >
24+ <Pack >false</Pack >
25+ </Content >
26+ </ItemGroup >
1327
1428</Project >
You can’t perform that action at this time.
0 commit comments