File tree 1 file changed +6
-6
lines changed
dotnet/src/webdriver/build
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <None Include =" $(Selenium_Manager_BinariesRootPath)\linux\selenium-manager" >
9
+ <Content Include =" $(Selenium_Manager_BinariesRootPath)\linux\selenium-manager" >
10
10
<Link >selenium-manager\linux\%(Filename)%(Extension)</Link >
11
11
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
12
12
<Visible >False</Visible >
13
- </None >
13
+ </Content >
14
14
15
- <None Include =" $(Selenium_Manager_BinariesRootPath)\macos\selenium-manager" >
15
+ <Content Include =" $(Selenium_Manager_BinariesRootPath)\macos\selenium-manager" >
16
16
<Link >selenium-manager\macos\%(Filename)%(Extension)</Link >
17
17
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
18
18
<Visible >False</Visible >
19
- </None >
19
+ </Content >
20
20
21
- <None Include =" $(Selenium_Manager_BinariesRootPath)\windows\selenium-manager.exe" >
21
+ <Content Include =" $(Selenium_Manager_BinariesRootPath)\windows\selenium-manager.exe" >
22
22
<Link >selenium-manager\windows\%(Filename)%(Extension)</Link >
23
23
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
24
24
<Visible >False</Visible >
25
- </None >
25
+ </Content >
26
26
</ItemGroup >
27
27
28
28
</Project >
You can’t perform that action at this time.
0 commit comments