|
153 | 153 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[5.0.0, )" /> |
154 | 154 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
155 | 155 | </ItemGroup> |
156 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' AND '$(TargetFramework)' == 'net50' "> |
| 156 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
157 | 157 | <BaselinePackageReference Include="Microsoft.AspNetCore.Metadata" Version="[5.0.4, )" /> |
158 | 158 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[5.0.0, )" /> |
159 | 159 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
|
167 | 167 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.HostingStartup' "> |
168 | 168 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
169 | 169 | </PropertyGroup> |
170 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.HostingStartup' AND '$(TargetFramework)' == 'net50' "> |
| 170 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.HostingStartup' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
171 | 171 | <BaselinePackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="[5.0.4, )" /> |
172 | 172 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="[5.0.0, )" /> |
173 | 173 | </ItemGroup> |
|
190 | 190 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Authorization' "> |
191 | 191 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
192 | 192 | </PropertyGroup> |
193 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Authorization' AND '$(TargetFramework)' == 'net50' "> |
| 193 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Authorization' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
194 | 194 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[5.0.4, )" /> |
195 | 195 | <BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[5.0.4, )" /> |
196 | 196 | </ItemGroup> |
197 | 197 | <!-- Package: Microsoft.AspNetCore.Components.Forms--> |
198 | 198 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Forms' "> |
199 | 199 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
200 | 200 | </PropertyGroup> |
201 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Forms' AND '$(TargetFramework)' == 'net50' "> |
| 201 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Forms' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
202 | 202 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[5.0.4, )" /> |
203 | 203 | </ItemGroup> |
204 | 204 | <!-- Package: Microsoft.AspNetCore.Components.Web--> |
205 | 205 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Web' "> |
206 | 206 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
207 | 207 | </PropertyGroup> |
208 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Web' AND '$(TargetFramework)' == 'net50' "> |
| 208 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Web' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
209 | 209 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[5.0.4, )" /> |
210 | 210 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Forms" Version="[5.0.4, )" /> |
211 | 211 | <BaselinePackageReference Include="Microsoft.JSInterop" Version="[5.0.4, )" /> |
|
216 | 216 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Authentication' "> |
217 | 217 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
218 | 218 | </PropertyGroup> |
219 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Authentication' AND '$(TargetFramework)' == 'net50' "> |
| 219 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Authentication' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
220 | 220 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="[5.0.4, )" /> |
221 | 221 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Web" Version="[5.0.4, )" /> |
222 | 222 | </ItemGroup> |
|
232 | 232 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly' "> |
233 | 233 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
234 | 234 | </PropertyGroup> |
235 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly' AND '$(TargetFramework)' == 'net50' "> |
| 235 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
236 | 236 | <BaselinePackageReference Include="Microsoft.JSInterop.WebAssembly" Version="[5.0.4, )" /> |
237 | 237 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Web" Version="[5.0.4, )" /> |
238 | 238 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[5.0.0, )" /> |
|
243 | 243 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components' "> |
244 | 244 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
245 | 245 | </PropertyGroup> |
246 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components' AND '$(TargetFramework)' == 'net50' "> |
| 246 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
247 | 247 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="[5.0.4, )" /> |
248 | 248 | <BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[5.0.4, )" /> |
249 | 249 | </ItemGroup> |
|
263 | 263 | <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Features" Version="[5.0.4, )" /> |
264 | 264 | <BaselinePackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="[1.0.0, )" /> |
265 | 265 | </ItemGroup> |
266 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' AND '$(TargetFramework)' == 'net50' "> |
| 266 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
267 | 267 | <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Features" Version="[5.0.4, )" /> |
268 | 268 | </ItemGroup> |
269 | 269 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' AND '$(TargetFramework)' == 'netstandard2.0' "> |
|
284 | 284 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND '$(TargetFramework)' == 'net461' "> |
285 | 285 | <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[5.0.4, )" /> |
286 | 286 | </ItemGroup> |
287 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND '$(TargetFramework)' == 'net50' "> |
| 287 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
288 | 288 | <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[5.0.4, )" /> |
289 | 289 | </ItemGroup> |
290 | 290 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND '$(TargetFramework)' == 'netstandard2.0' "> |
|
310 | 310 | <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[5.0.4, )" /> |
311 | 311 | <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[5.0.1, )" /> |
312 | 312 | </ItemGroup> |
313 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' AND '$(TargetFramework)' == 'net50' "> |
| 313 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
314 | 314 | <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[5.0.4, )" /> |
315 | 315 | <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[5.0.1, )" /> |
316 | 316 | </ItemGroup> |
|
345 | 345 | <BaselinePackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="[4.3.0, )" /> |
346 | 346 | <BaselinePackageReference Include="System.Security.Cryptography.Xml" Version="[5.0.0, )" /> |
347 | 347 | </ItemGroup> |
348 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection' AND '$(TargetFramework)' == 'net50' "> |
| 348 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
349 | 349 | <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="[5.0.4, )" /> |
350 | 350 | <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[5.0.4, )" /> |
351 | 351 | <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[5.0.0, )" /> |
|
417 | 417 | <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[5.0.4, )" /> |
418 | 418 | <BaselinePackageReference Include="System.Text.Json" Version="[5.0.1, )" /> |
419 | 419 | </ItemGroup> |
420 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' AND '$(TargetFramework)' == 'net50' "> |
| 420 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
421 | 421 | <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[5.0.4, )" /> |
422 | 422 | </ItemGroup> |
423 | 423 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' AND '$(TargetFramework)' == 'netstandard2.0' "> |
|
432 | 432 | <BaselinePackageReference Include="Microsoft.Extensions.Primitives" Version="[5.0.0, )" /> |
433 | 433 | <BaselinePackageReference Include="System.IO.Pipelines" Version="[5.0.1, )" /> |
434 | 434 | </ItemGroup> |
435 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Features' AND '$(TargetFramework)' == 'net50' "> |
| 435 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Features' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
436 | 436 | <BaselinePackageReference Include="Microsoft.Extensions.Primitives" Version="[5.0.0, )" /> |
437 | 437 | <BaselinePackageReference Include="System.IO.Pipelines" Version="[5.0.1, )" /> |
438 | 438 | </ItemGroup> |
|
444 | 444 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' "> |
445 | 445 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
446 | 446 | </PropertyGroup> |
447 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' AND '$(TargetFramework)' == 'net50' "> |
| 447 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
448 | 448 | <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[5.0.4, )" /> |
449 | 449 | <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[5.0.4, )" /> |
450 | 450 | </ItemGroup> |
|
592 | 592 | <BaselinePackageReference Include="System.Net.Sockets" Version="[4.3.0, )" /> |
593 | 593 | <BaselinePackageReference Include="System.Text.Json" Version="[5.0.1, )" /> |
594 | 594 | </ItemGroup> |
595 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Common' AND '$(TargetFramework)' == 'net50' "> |
| 595 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Common' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
596 | 596 | <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[5.0.4, )" /> |
597 | 597 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
598 | 598 | </ItemGroup> |
|
608 | 608 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' AND '$(TargetFramework)' == 'net461' "> |
609 | 609 | <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[5.0.4, )" /> |
610 | 610 | </ItemGroup> |
611 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' AND '$(TargetFramework)' == 'net50' "> |
| 611 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
612 | 612 | <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[5.0.4, )" /> |
613 | 613 | </ItemGroup> |
614 | 614 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' AND '$(TargetFramework)' == 'netstandard2.0' "> |
|
677 | 677 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' "> |
678 | 678 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
679 | 679 | </PropertyGroup> |
680 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' AND '$(TargetFramework)' == 'net50' "> |
| 680 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
681 | 681 | <BaselinePackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="[5.0.4, )" /> |
682 | 682 | </ItemGroup> |
683 | 683 | <!-- Package: Microsoft.CodeAnalysis.Razor--> |
|
725 | 725 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration" Version="[5.0.0, )" /> |
726 | 726 | <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="[5.0.0, )" /> |
727 | 727 | </ItemGroup> |
728 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Configuration.KeyPerFile' AND '$(TargetFramework)' == 'net50' "> |
| 728 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Configuration.KeyPerFile' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
729 | 729 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration" Version="[5.0.0, )" /> |
730 | 730 | <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="[5.0.0, )" /> |
731 | 731 | </ItemGroup> |
|
756 | 756 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[5.0.0, )" /> |
757 | 757 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
758 | 758 | </ItemGroup> |
759 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Diagnostics.HealthChecks' AND '$(TargetFramework)' == 'net50' "> |
| 759 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Diagnostics.HealthChecks' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
760 | 760 | <BaselinePackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="[5.0.4, )" /> |
761 | 761 | <BaselinePackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[5.0.0, )" /> |
762 | 762 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[5.0.0, )" /> |
|
772 | 772 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.FileProviders.Embedded' "> |
773 | 773 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
774 | 774 | </PropertyGroup> |
775 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.FileProviders.Embedded' AND '$(TargetFramework)' == 'net50' "> |
| 775 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.FileProviders.Embedded' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
776 | 776 | <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="[5.0.0, )" /> |
777 | 777 | </ItemGroup> |
778 | 778 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.FileProviders.Embedded' AND '$(TargetFramework)' == 'netstandard2.0' "> |
|
788 | 788 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
789 | 789 | <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[5.0.0, )" /> |
790 | 790 | </ItemGroup> |
791 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' AND '$(TargetFramework)' == 'net50' "> |
| 791 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
792 | 792 | <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[5.0.4, )" /> |
793 | 793 | <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[5.0.0, )" /> |
794 | 794 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
|
808 | 808 | <BaselinePackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="[5.0.0, )" /> |
809 | 809 | <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[5.0.0, )" /> |
810 | 810 | </ItemGroup> |
811 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND '$(TargetFramework)' == 'net50' "> |
| 811 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
812 | 812 | <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[5.0.4, )" /> |
813 | 813 | <BaselinePackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="[5.0.0, )" /> |
814 | 814 | <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[5.0.0, )" /> |
|
832 | 832 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[5.0.0, )" /> |
833 | 833 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
834 | 834 | </ItemGroup> |
835 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Localization' AND '$(TargetFramework)' == 'net50' "> |
| 835 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Localization' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
836 | 836 | <BaselinePackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="[5.0.4, )" /> |
837 | 837 | <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[5.0.0, )" /> |
838 | 838 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[5.0.0, )" /> |
|
878 | 878 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
879 | 879 | <BaselinePackageReference Include="System.Text.Encodings.Web" Version="[5.0.1, )" /> |
880 | 880 | </ItemGroup> |
881 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.WebEncoders' AND '$(TargetFramework)' == 'net50' "> |
| 881 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.WebEncoders' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
882 | 882 | <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[5.0.0, )" /> |
883 | 883 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[5.0.0, )" /> |
884 | 884 | </ItemGroup> |
|
891 | 891 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.JSInterop.WebAssembly' "> |
892 | 892 | <BaselinePackageVersion>5.0.4</BaselinePackageVersion> |
893 | 893 | </PropertyGroup> |
894 | | - <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.JSInterop.WebAssembly' AND '$(TargetFramework)' == 'net50' "> |
| 894 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.JSInterop.WebAssembly' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net5.0') "> |
895 | 895 | <BaselinePackageReference Include="Microsoft.JSInterop" Version="[5.0.4, )" /> |
896 | 896 | </ItemGroup> |
897 | 897 | <!-- Package: Microsoft.JSInterop--> |
|
0 commit comments