Skip to content

Commit 6cb5dec

Browse files
committed
Update Conditions on @(SuppressBaselineReference) items to 6.0
1 parent 67c57b5 commit 6cb5dec

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
@@ -28,7 +28,7 @@
2828
<ItemGroup>
2929
<SuppressBaselineReference Include="Microsoft.AspNetCore.Components.Analyzers" InNuspecFile="true" />
3030
<SuppressBaselineReference Include="Microsoft.AspNetCore.Authorization" InNuspecFile="true" />
31-
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' " />
31+
<SuppressBaselineReference Include="Microsoft.JSInterop" Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' " />
3232
</ItemGroup>
3333

3434
<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
@@ -43,7 +43,7 @@
4343
<Reference Include="Microsoft.Extensions.Identity.Stores" />
4444
</ItemGroup>
4545

46-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
46+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
4747
<!-- This dependency was removed in 5.0. The suppression can be removed after 5.0 RTM is released. -->
4848
<SuppressBaselineReference Include="Newtonsoft.Json" />
4949
</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
@@ -29,7 +29,7 @@
2929
<Reference Include="System.Threading.Channels" />
3030
</ItemGroup>
3131

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

0 commit comments

Comments
 (0)