Skip to content

Commit 8819990

Browse files
committed
Legacy packages.config support
1 parent 2189a3d commit 8819990

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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>
313

414
</Project>

0 commit comments

Comments
 (0)