Skip to content

Commit 6dcb5a6

Browse files
authored
[dotnet] Help more .NETFramework projects to copy SM binaries to output (#16406)
1 parent 2e0159a commit 6dcb5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/assets/nuget/build/Selenium.WebDriver.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Only run if the consumer did NOT set a RID (so NuGet won't select runtimes assets),
55
and only for .NET Framework projects where this problem is common. -->
6-
<ItemGroup Condition="'$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' and '$(TargetFrameworkIdentifier)' == '.NETFramework'">
6+
<ItemGroup Condition="'$(RuntimeIdentifier)' == '' and '$(TargetFrameworkIdentifier)' == '.NETFramework'">
77
<Content Include="$(MSBuildThisFileDirectory)..\runtimes\win\native\selenium-manager.exe">
88
<Link>runtimes\win\native\%(Filename)%(Extension)</Link>
99
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)