We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0159a commit 6dcb5a6Copy full SHA for 6dcb5a6
dotnet/src/webdriver/assets/nuget/build/Selenium.WebDriver.targets
@@ -3,7 +3,7 @@
3
4
<!-- Only run if the consumer did NOT set a RID (so NuGet won't select runtimes assets),
5
and only for .NET Framework projects where this problem is common. -->
6
- <ItemGroup Condition="'$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' and '$(TargetFrameworkIdentifier)' == '.NETFramework'">
+ <ItemGroup Condition="'$(RuntimeIdentifier)' == '' and '$(TargetFrameworkIdentifier)' == '.NETFramework'">
7
<Content Include="$(MSBuildThisFileDirectory)..\runtimes\win\native\selenium-manager.exe">
8
<Link>runtimes\win\native\%(Filename)%(Extension)</Link>
9
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
0 commit comments