Skip to content

Commit d5c5d23

Browse files
committed
Update Conditions on @(SuppressBaselineReference) items to 6.0
1 parent 97c47c3 commit d5c5d23

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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/Hosting/TestHost/src/Microsoft.AspNetCore.TestHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Reference Include="Microsoft.Extensions.HostFactoryResolver.Sources" />
1414
</ItemGroup>
1515

16-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' ">
16+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' ">
1717
<!-- Dependency (now in shared Fx) was removed in 5.0. Suppression can be removed after 5.0 RTM is released. -->
1818
<SuppressBaselineReference Include="System.IO.Pipelines" />
1919
</ItemGroup>

src/Http/Http.Features/src/Microsoft.AspNetCore.Http.Features.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Reference Include="System.IO.Pipelines" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '5.0' AND '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' ">
23+
<ItemGroup Condition=" '$(AspNetCoreMajorMinorVersion)' == '6.0' AND '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' ">
2424
<!-- Dependency (now in shared Fx) was removed in 5.0. Suppression can be removed after 5.0 RTM is released. -->
2525
<SuppressBaselineReference Include="System.IO.Pipelines" />
2626
</ItemGroup>

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 (now in shared Fx and a transitive ref for netstandard2.x) was removed in 5.0. Suppression can be
2121
removed after 5.0 RTM is released.

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 (now in shared Fx and a transitive ref for netstandard2.x) 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)