Suppress baseline reference of Microsoft.AspNetCore.SpaServices
This was removed in release/5.0
This commit is contained in:
parent
4df35c7540
commit
7438f7aabe
|
|
@ -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