File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
dotnet/src/webdriver/build Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <None Include =" $(Selenium_Manager_BinariesRootPath)\linux\selenium-manager" >
9+ <Content Include =" $(Selenium_Manager_BinariesRootPath)\linux\selenium-manager" >
1010 <Link >selenium-manager\linux\%(Filename)%(Extension)</Link >
1111 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1212 <Visible >False</Visible >
13- </None >
13+ </Content >
1414
15- <None Include =" $(Selenium_Manager_BinariesRootPath)\macos\selenium-manager" >
15+ <Content Include =" $(Selenium_Manager_BinariesRootPath)\macos\selenium-manager" >
1616 <Link >selenium-manager\macos\%(Filename)%(Extension)</Link >
1717 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1818 <Visible >False</Visible >
19- </None >
19+ </Content >
2020
21- <None Include =" $(Selenium_Manager_BinariesRootPath)\windows\selenium-manager.exe" >
21+ <Content Include =" $(Selenium_Manager_BinariesRootPath)\windows\selenium-manager.exe" >
2222 <Link >selenium-manager\windows\%(Filename)%(Extension)</Link >
2323 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2424 <Visible >False</Visible >
25- </None >
25+ </Content >
2626 </ItemGroup >
2727
2828</Project >
You can’t perform that action at this time.
0 commit comments