Skip to content

Commit 9b475bd

Browse files
committed
Remove baseline suppressions from 5.0
1 parent b12b64e commit 9b475bd

File tree

5 files changed

+2
-39
lines changed

5 files changed

+2
-39
lines changed

src/Components/Components/src/Microsoft.AspNetCore.Components.csproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@
2020
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
2121
</ItemGroup>
2222

23-
<!--
24-
These references exist only in the .nuspec files and baseline checks are not aware of them. Keep suppressions
25-
in sync with the two .nuspec files:
26-
- Anytime a reference is added to this project file, remove its suppression.
27-
- Remove InNuspecFile attributes of references removed from the .nuspec files. Make suppression conditional on
28-
Major.Minor during previews. After RTM (and baseline updates), remove suppressions entirely.
29-
-->
30-
<ItemGroup>
31-
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" InNuspecFile="true" />
32-
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" InNuspecFile="true" />
33-
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' " />
34-
</ItemGroup>
35-
3623
<ItemGroup>
3724
<EmbeddedResource Include="Properties\ILLink.Substitutions.xml" LogicalName="ILLink.Substitutions.xml" />
3825
</ItemGroup>

src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
<Reference Include="Microsoft.Extensions.Identity.Stores" />
3737
</ItemGroup>
3838

39-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
40-
<!-- This dependency was removed in 5.0. The suppression can be removed after 5.0 RTM is released. -->
41-
<SuppressBaselineReference Include="Newtonsoft.Json" />
42-
</ItemGroup>
43-
4439
<Target Name="SetupRazorInputs" BeforeTargets="ResolveRazorGenerateInputs">
4540
<ItemGroup>
4641
<_RazorGenerate Include="Areas\Identity\Pages\V4\**\*.cshtml" />

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@
1616
<ItemGroup>
1717
<InternalsVisibleTo Include="Microsoft.AspNetCode.SpaServices.Extensions.Tests" />
1818
</ItemGroup>
19-
20-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
21-
<!--
22-
Dependency was removed in 5.0. Suppression can be removed after 5.0 RTM is released.
23-
-->
24-
<SuppressBaselineReference Include="Microsoft.AspNetCore.SpaServices" />
25-
</ItemGroup>
19+
2620
</Project>

src/Servers/Connections.Abstractions/src/Microsoft.AspNetCore.Connections.Abstractions.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,5 @@
2222
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == '$(DefaultNetFxTargetFramework)'">
2323
<Reference Include="Microsoft.Bcl.AsyncInterfaces" />
2424
</ItemGroup>
25-
26-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
27-
<!--
28-
Dependency (a transitive reference) was removed in 5.0. Suppression can be
29-
removed after 5.0 RTM is released.
30-
-->
31-
<SuppressBaselineReference Include="System.IO.Pipelines" />
32-
</ItemGroup>
33-
25+
3426
</Project>

src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<Reference Include="System.Threading.Channels" />
3131
</ItemGroup>
3232

33-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' AND '$(TargetFramework)' == 'netstandard2.0' ">
34-
<!-- Dependency (a transitive ref) was removed in 5.0. Suppression can be removed after 5.0 RTM is released. -->
35-
<SuppressBaselineReference Include="Microsoft.Bcl.AsyncInterfaces" />
36-
</ItemGroup>
37-
3833
<ItemGroup>
3934
<InternalsVisibleTo Include="Microsoft.AspNetCore.SignalR.Client.FunctionalTests" />
4035
<InternalsVisibleTo Include="Microsoft.AspNetCore.SignalR.Client.Tests" />

0 commit comments

Comments
 (0)