Don't include ref assembly from Microsoft.AspNetCore.Testing (#18803)
This commit is contained in:
parent
09aadd6efa
commit
131f427194
|
|
@ -293,7 +293,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ReferencePath>
|
<ReferencePath>
|
||||||
<ReferenceAssembly
|
<ReferenceAssembly
|
||||||
Condition=" '%(ReferencePath.ReferenceAssembly)' == '' AND Exists('$(MicrosoftInternalExtensionsRefsPath)%(FileName).dll') ">$(MicrosoftInternalExtensionsRefsPath)%(FileName).dll</ReferenceAssembly>
|
Condition=" '%(ReferencePath.ReferenceAssembly)' == '' AND Exists('$(MicrosoftInternalExtensionsRefsPath)%(FileName).dll') AND '%(FileName)' != 'Microsoft.AspNetCore.Testing' ">$(MicrosoftInternalExtensionsRefsPath)%(FileName).dll</ReferenceAssembly>
|
||||||
</ReferencePath>
|
</ReferencePath>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue