Skip to content

Commit e272a00

Browse files
author
John Luo
authored
Merge pull request #25371 from dotnet/johluo/add-baseline-suppression
Suppress baseline reference of Microsoft.AspNetCore.SpaServices
2 parents 4df35c7 + 7438f7a commit e272a00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Middleware/SpaServices.Extensions/src/Microsoft.AspNetCore.SpaServices.Extensions.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@
1515
<InternalsVisibleTo Include="Microsoft.AspNetCode.SpaServices.Extensions.Tests" />
1616
</ItemGroup>
1717

18+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
19+
<!--
20+
Dependency (now in shared Fx and a transitive ref for netstandard2.x) was removed in 5.0. Suppression can be
21+
removed after 5.0 RTM is released.
22+
-->
23+
<SuppressBaselineReference Include="Microsoft.AspNetCore.SpaServices" />
24+
</ItemGroup>
1825
</Project>

0 commit comments

Comments
 (0)