File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dotnet/src/webdriver/assets/nuget/build/netstandard2.0 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
4- <!-- Legacy packages.config support -->
5- <ItemGroup Condition =" '$(UsingMicrosoftNETSdk)' != 'true'" >
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 '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
67 <Content Include =" $(MSBuildThisFileDirectory)..\..\runtimes\win\native\selenium-manager.exe" >
78 <Link >runtimes\win\native\%(Filename)%(Extension)</Link >
89 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments