Skip to content

Commit 4748123

Browse files
committed
Remove baseline suppressions from 5.0
1 parent d459b46 commit 4748123

File tree

5 files changed

+0
-37
lines changed

5 files changed

+0
-37
lines changed

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

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

20-
<!--
21-
These references exist only in the .nuspec files and baseline checks are not aware of them. Keep suppressions
22-
in sync with the two .nuspec files:
23-
- Anytime a reference is added to this project file, remove its suppression.
24-
- Remove InNuspecFile attributes of references removed from the .nuspec files. Make suppression conditional on
25-
Major.Minor during previews. After RTM (and baseline updates), remove suppressions entirely.
26-
-->
27-
<ItemGroup>
28-
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" InNuspecFile="true" />
29-
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" InNuspecFile="true" />
30-
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' " />
31-
</ItemGroup>
32-
3320
<Target Name="_GetNuspecDependencyPackageVersions">
3421
<MSBuild Targets="_GetPackageVersionInfo"
3522
BuildInParallel="$(BuildInParallel)"

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

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

45-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
46-
<!-- This dependency was removed in 5.0. The suppression can be removed after 5.0 RTM is released. -->
47-
<SuppressBaselineReference Include="Newtonsoft.Json" />
48-
</ItemGroup>
49-
5045
<ItemGroup>
5146
<UIFrameworkVersionMoniker Include="V4" />
5247
</ItemGroup>

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

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

18-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
19-
<!--
20-
Dependency was removed in 5.0. Suppression can be removed after 5.0 RTM is released.
21-
-->
22-
<SuppressBaselineReference Include="Microsoft.AspNetCore.SpaServices" />
23-
</ItemGroup>
2418
</Project>

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,4 @@
2323
<Reference Include="Microsoft.Bcl.AsyncInterfaces" />
2424
</ItemGroup>
2525

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-
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
@@ -29,11 +29,6 @@
2929
<Reference Include="System.Threading.Channels" />
3030
</ItemGroup>
3131

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

0 commit comments

Comments
 (0)