Merge pull request #25371 from dotnet/johluo/add-baseline-suppression
Suppress baseline reference of Microsoft.AspNetCore.SpaServices
This commit is contained in:
commit
e272a00bcf
|
|
@ -15,4 +15,11 @@
|
|||
<InternalsVisibleTo Include="Microsoft.AspNetCode.SpaServices.Extensions.Tests" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
|
||||
<!--
|
||||
Dependency (now in shared Fx and a transitive ref for netstandard2.x) was removed in 5.0. Suppression can be
|
||||
removed after 5.0 RTM is released.
|
||||
-->
|
||||
<SuppressBaselineReference Include="Microsoft.AspNetCore.SpaServices" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue