Skip to content

Commit ab9f8d1

Browse files
committed
Update Conditions on @(SuppressBaselineReference) items to 6.0
1 parent 8e9beb9 commit ab9f8d1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ItemGroup>
2828
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" InNuspecFile="true" />
2929
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" InNuspecFile="true" />
30-
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' " />
30+
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' " />
3131
</ItemGroup>
3232

3333
<Target Name="_GetNuspecDependencyPackageVersions">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Reference Include="Microsoft.Extensions.Identity.Stores" />
4343
</ItemGroup>
4444

45-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
45+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
4646
<!-- This dependency was removed in 5.0. The suppression can be removed after 5.0 RTM is released. -->
4747
<SuppressBaselineReference Include="Newtonsoft.Json" />
4848
</ItemGroup>

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

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

18-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
18+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
1919
<!--
2020
Dependency was removed in 5.0. Suppression can be removed after 5.0 RTM is released.
2121
-->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Reference Include="Microsoft.Bcl.AsyncInterfaces" />
2424
</ItemGroup>
2525

26-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
26+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
2727
<!--
2828
Dependency (a transitive reference) was removed in 5.0. Suppression can be
2929
removed after 5.0 RTM is released.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Reference Include="System.Threading.Channels" />
2929
</ItemGroup>
3030

31-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' AND '$(TargetFramework)' == 'netstandard2.0' ">
31+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' AND '$(TargetFramework)' == 'netstandard2.0' ">
3232
<!-- Dependency (a transitive ref) was removed in 5.0. Suppression can be removed after 5.0 RTM is released. -->
3333
<SuppressBaselineReference Include="Microsoft.Bcl.AsyncInterfaces" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)