Update Microsoft.AspNetCore.SpaServices.Extensions.csproj
Fixup the comment to more accurately describe what occured
This commit is contained in:
parent
4a0b2a3b94
commit
44175edd79
|
|
@ -17,8 +17,7 @@
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
|
<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
|
Dependency was removed in 5.0. Suppression can be removed after 5.0 RTM is released.
|
||||||
removed after 5.0 RTM is released.
|
|
||||||
-->
|
-->
|
||||||
<SuppressBaselineReference Include="Microsoft.AspNetCore.SpaServices" />
|
<SuppressBaselineReference Include="Microsoft.AspNetCore.SpaServices" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue