Browse Source

[main] Update dependencies from dotnet/runtime dotnet/efcore (#31020)

[main] Update dependencies from dotnet/runtime dotnet/efcore


 - Do not declare iOS and Android support everywhere
- runtime update includes new annotations making non-support obvious
- see dotnet/runtime#49354 (w/ a similar Android PR coming soon)

 - !fixup! Fix typo in item group name

 - !fixup! Set `$(RemoveDevicePlatformSupport)` in correct project
- not needed in BlazorManifest.csproj
- but, is needed in dotnet-install-blazoraot.csproj

 - suppress

 - Fixup
dotnet-maestro[bot] 5 years ago
parent
commit
1c659cc2b1

+ 9 - 0
Directory.Build.targets

@@ -175,6 +175,15 @@
     <BuildDependsOn>$(BuildDependsOn);_CopySymbolsToArtifacts</BuildDependsOn>
   </PropertyGroup>
 
+  <!--
+    Where necessary, do not pretend we support iOS or Android. This file is imported after project
+    has a chance to set $(RemoveDevicePlatformSupport) and long after @(SupportedPlatforms) is initialized.
+  -->
+  <ItemGroup Condition=" '$(RemoveDevicePlatformSupport)' == 'true' ">
+    <SupportedPlatform Remove="Android" />
+    <SupportedPlatform Remove="iOS" />
+  </ItemGroup>
+
   <Target Name="_CopySymbolsToArtifacts">
     <Copy SourceFiles="$([System.IO.Path]::ChangeExtension('$(TargetPath)', 'pdb'))"
         DestinationFolder="$(SymbolsOutputPath)$(TargetFramework)"

+ 140 - 140
eng/Version.Details.xml

@@ -9,292 +9,292 @@
 -->
 <Dependencies>
   <ProductDependencies>
-    <Dependency Name="dotnet-ef" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="dotnet-ef" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-preview.3.21167.2">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-preview.4.21174.2">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>d568c44c24c31ce32ca3e5b1a2880cc029c47ebe</Sha>
+      <Sha>b63d0a6fdd72da6584932c4ed2dce3dd9e414294</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Caching.Memory" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Caching.Memory" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.Binder" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.Binder" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.CommandLine" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.CommandLine" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.Json" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.Json" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration.Xml" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration.Xml" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Configuration" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Configuration" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.DependencyInjection" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.DependencyInjection" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.FileProviders.Composite" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.FileProviders.Composite" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Hosting" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Hosting" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Http" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Http" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.Configuration" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.Configuration" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.Console" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.Console" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.Debug" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.Debug" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.EventSource" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.EventSource" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.EventLog" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.EventLog" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Logging" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Logging" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Options.DataAnnotations" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Options.DataAnnotations" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Options" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Options" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.Primitives" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.Primitives" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.AspNetCore.Internal.Transport" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.AspNetCore.Internal.Transport" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Win32.Registry" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Win32.Registry" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.ComponentModel.Annotations" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.ComponentModel.Annotations" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Diagnostics.DiagnosticSource" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Diagnostics.DiagnosticSource" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Diagnostics.EventLog" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Diagnostics.EventLog" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.DirectoryServices.Protocols" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.DirectoryServices.Protocols" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.IO.Pipelines" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.IO.Pipelines" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Net.Http.Json" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Net.Http.Json" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Net.Http.WinHttpHandler" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Net.Http.WinHttpHandler" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Reflection.Metadata" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Reflection.Metadata" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Resources.Extensions" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Resources.Extensions" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Security.Cryptography.Cng" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Security.Cryptography.Cng" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Security.Cryptography.Pkcs" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Security.Cryptography.Pkcs" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Security.Cryptography.Xml" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Security.Cryptography.Xml" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Security.Principal.Windows" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Security.Principal.Windows" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.ServiceProcess.ServiceController" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.ServiceProcess.ServiceController" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Text.Encodings.Web" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Text.Encodings.Web" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Text.Json" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Text.Json" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="System.Threading.Channels" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="System.Threading.Channels" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Extensions.DependencyModel" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.Extensions.DependencyModel" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NET.Runtime.WebAssembly.Sdk" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NET.Runtime.WebAssembly.Sdk" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
     <!--
          Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
          All Runtime.$rid packages should have the same version.
     -->
-    <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
   </ProductDependencies>
   <ToolsetDependencies>
     <!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
-    <Dependency Name="Microsoft.NETCore.Platforms" Version="6.0.0-preview.3.21167.1">
+    <Dependency Name="Microsoft.NETCore.Platforms" Version="6.0.0-preview.4.21174.6">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>0f64b267ac0552f07b06f18103581b880c8c53c6</Sha>
+      <Sha>5b77db9acea897daa42b4c994ace94b019bd8191</Sha>
     </Dependency>
     <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21167.3">
       <Uri>https://github.com/dotnet/arcade</Uri>

+ 70 - 70
eng/Versions.props

@@ -65,78 +65,78 @@
   -->
   <PropertyGroup Label="Automated">
     <!-- Packages from dotnet/runtime -->
-    <MicrosoftExtensionsDependencyModelVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsDependencyModelVersion>
-    <MicrosoftNETCoreAppRefVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreAppRefVersion>
-    <MicrosoftNETCoreAppRuntimewinx64Version>6.0.0-preview.3.21167.1</MicrosoftNETCoreAppRuntimewinx64Version>
-    <MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>6.0.0-preview.3.21167.1</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
-    <MicrosoftNETRuntimeWebAssemblySdkVersion>6.0.0-preview.3.21167.1</MicrosoftNETRuntimeWebAssemblySdkVersion>
-    <MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
-    <MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreBrowserDebugHostTransportVersion>
-    <MicrosoftWin32RegistryVersion>6.0.0-preview.3.21167.1</MicrosoftWin32RegistryVersion>
-    <MicrosoftExtensionsCachingAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsCachingAbstractionsVersion>
-    <MicrosoftExtensionsCachingMemoryVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsCachingMemoryVersion>
-    <MicrosoftExtensionsConfigurationAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationAbstractionsVersion>
-    <MicrosoftExtensionsConfigurationBinderVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationBinderVersion>
-    <MicrosoftExtensionsConfigurationCommandLineVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationCommandLineVersion>
-    <MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>
-    <MicrosoftExtensionsConfigurationFileExtensionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationFileExtensionsVersion>
-    <MicrosoftExtensionsConfigurationIniVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationIniVersion>
-    <MicrosoftExtensionsConfigurationJsonVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationJsonVersion>
-    <MicrosoftExtensionsConfigurationVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationVersion>
-    <MicrosoftExtensionsConfigurationUserSecretsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationUserSecretsVersion>
-    <MicrosoftExtensionsConfigurationXmlVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsConfigurationXmlVersion>
-    <MicrosoftExtensionsDependencyInjectionAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsDependencyInjectionAbstractionsVersion>
-    <MicrosoftExtensionsDependencyInjectionVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsDependencyInjectionVersion>
-    <MicrosoftExtensionsFileProvidersAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileProvidersAbstractionsVersion>
-    <MicrosoftExtensionsFileProvidersCompositeVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileProvidersCompositeVersion>
-    <MicrosoftExtensionsFileProvidersPhysicalVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileProvidersPhysicalVersion>
-    <MicrosoftExtensionsFileSystemGlobbingVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsFileSystemGlobbingVersion>
-    <MicrosoftExtensionsHostFactoryResolverSourcesVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
-    <MicrosoftExtensionsHostingAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHostingAbstractionsVersion>
-    <MicrosoftExtensionsHostingVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHostingVersion>
-    <MicrosoftExtensionsHttpVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsHttpVersion>
-    <MicrosoftExtensionsLoggingAbstractionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingAbstractionsVersion>
-    <MicrosoftExtensionsLoggingConfigurationVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingConfigurationVersion>
-    <MicrosoftExtensionsLoggingConsoleVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingConsoleVersion>
-    <MicrosoftExtensionsLoggingDebugVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingDebugVersion>
-    <MicrosoftExtensionsLoggingEventSourceVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingEventSourceVersion>
-    <MicrosoftExtensionsLoggingEventLogVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingEventLogVersion>
-    <MicrosoftExtensionsLoggingVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingVersion>
-    <MicrosoftExtensionsLoggingTraceSourceVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsLoggingTraceSourceVersion>
-    <MicrosoftExtensionsOptionsConfigurationExtensionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsOptionsConfigurationExtensionsVersion>
-    <MicrosoftExtensionsOptionsDataAnnotationsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsOptionsDataAnnotationsVersion>
-    <MicrosoftExtensionsOptionsVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsOptionsVersion>
-    <MicrosoftExtensionsPrimitivesVersion>6.0.0-preview.3.21167.1</MicrosoftExtensionsPrimitivesVersion>
-    <MicrosoftAspNetCoreInternalTransportVersion>6.0.0-preview.3.21167.1</MicrosoftAspNetCoreInternalTransportVersion>
-    <SystemComponentModelAnnotationsVersion>6.0.0-preview.3.21167.1</SystemComponentModelAnnotationsVersion>
-    <SystemDiagnosticsDiagnosticSourceVersion>6.0.0-preview.3.21167.1</SystemDiagnosticsDiagnosticSourceVersion>
-    <SystemDiagnosticsEventLogVersion>6.0.0-preview.3.21167.1</SystemDiagnosticsEventLogVersion>
-    <SystemDirectoryServicesProtocolsVersion>6.0.0-preview.3.21167.1</SystemDirectoryServicesProtocolsVersion>
-    <SystemIOPipelinesVersion>6.0.0-preview.3.21167.1</SystemIOPipelinesVersion>
-    <SystemNetHttpJsonVersion>6.0.0-preview.3.21167.1</SystemNetHttpJsonVersion>
-    <SystemNetHttpWinHttpHandlerVersion>6.0.0-preview.3.21167.1</SystemNetHttpWinHttpHandlerVersion>
-    <SystemReflectionMetadataVersion>6.0.0-preview.3.21167.1</SystemReflectionMetadataVersion>
-    <SystemResourcesExtensionsVersion>6.0.0-preview.3.21167.1</SystemResourcesExtensionsVersion>
-    <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0-preview.3.21167.1</SystemRuntimeCompilerServicesUnsafeVersion>
-    <SystemSecurityCryptographyCngVersion>6.0.0-preview.3.21167.1</SystemSecurityCryptographyCngVersion>
-    <SystemSecurityCryptographyPkcsVersion>6.0.0-preview.3.21167.1</SystemSecurityCryptographyPkcsVersion>
-    <SystemSecurityCryptographyXmlVersion>6.0.0-preview.3.21167.1</SystemSecurityCryptographyXmlVersion>
-    <SystemSecurityPrincipalWindowsVersion>6.0.0-preview.3.21167.1</SystemSecurityPrincipalWindowsVersion>
-    <SystemServiceProcessServiceControllerVersion>6.0.0-preview.3.21167.1</SystemServiceProcessServiceControllerVersion>
-    <SystemTextEncodingsWebVersion>6.0.0-preview.3.21167.1</SystemTextEncodingsWebVersion>
-    <SystemTextJsonVersion>6.0.0-preview.3.21167.1</SystemTextJsonVersion>
-    <SystemThreadingChannelsVersion>6.0.0-preview.3.21167.1</SystemThreadingChannelsVersion>
+    <MicrosoftExtensionsDependencyModelVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsDependencyModelVersion>
+    <MicrosoftNETCoreAppRefVersion>6.0.0-preview.4.21174.6</MicrosoftNETCoreAppRefVersion>
+    <MicrosoftNETCoreAppRuntimewinx64Version>6.0.0-preview.4.21174.6</MicrosoftNETCoreAppRuntimewinx64Version>
+    <MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>6.0.0-preview.4.21174.6</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
+    <MicrosoftNETRuntimeWebAssemblySdkVersion>6.0.0-preview.4.21174.6</MicrosoftNETRuntimeWebAssemblySdkVersion>
+    <MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>6.0.0-preview.4.21174.6</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
+    <MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.0-preview.4.21174.6</MicrosoftNETCoreBrowserDebugHostTransportVersion>
+    <MicrosoftWin32RegistryVersion>6.0.0-preview.4.21174.6</MicrosoftWin32RegistryVersion>
+    <MicrosoftExtensionsCachingAbstractionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsCachingAbstractionsVersion>
+    <MicrosoftExtensionsCachingMemoryVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsCachingMemoryVersion>
+    <MicrosoftExtensionsConfigurationAbstractionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationAbstractionsVersion>
+    <MicrosoftExtensionsConfigurationBinderVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationBinderVersion>
+    <MicrosoftExtensionsConfigurationCommandLineVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationCommandLineVersion>
+    <MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationEnvironmentVariablesVersion>
+    <MicrosoftExtensionsConfigurationFileExtensionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationFileExtensionsVersion>
+    <MicrosoftExtensionsConfigurationIniVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationIniVersion>
+    <MicrosoftExtensionsConfigurationJsonVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationJsonVersion>
+    <MicrosoftExtensionsConfigurationVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationVersion>
+    <MicrosoftExtensionsConfigurationUserSecretsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationUserSecretsVersion>
+    <MicrosoftExtensionsConfigurationXmlVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsConfigurationXmlVersion>
+    <MicrosoftExtensionsDependencyInjectionAbstractionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsDependencyInjectionAbstractionsVersion>
+    <MicrosoftExtensionsDependencyInjectionVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsDependencyInjectionVersion>
+    <MicrosoftExtensionsFileProvidersAbstractionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsFileProvidersAbstractionsVersion>
+    <MicrosoftExtensionsFileProvidersCompositeVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsFileProvidersCompositeVersion>
+    <MicrosoftExtensionsFileProvidersPhysicalVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsFileProvidersPhysicalVersion>
+    <MicrosoftExtensionsFileSystemGlobbingVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsFileSystemGlobbingVersion>
+    <MicrosoftExtensionsHostFactoryResolverSourcesVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
+    <MicrosoftExtensionsHostingAbstractionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsHostingAbstractionsVersion>
+    <MicrosoftExtensionsHostingVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsHostingVersion>
+    <MicrosoftExtensionsHttpVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsHttpVersion>
+    <MicrosoftExtensionsLoggingAbstractionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingAbstractionsVersion>
+    <MicrosoftExtensionsLoggingConfigurationVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingConfigurationVersion>
+    <MicrosoftExtensionsLoggingConsoleVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingConsoleVersion>
+    <MicrosoftExtensionsLoggingDebugVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingDebugVersion>
+    <MicrosoftExtensionsLoggingEventSourceVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingEventSourceVersion>
+    <MicrosoftExtensionsLoggingEventLogVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingEventLogVersion>
+    <MicrosoftExtensionsLoggingVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingVersion>
+    <MicrosoftExtensionsLoggingTraceSourceVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsLoggingTraceSourceVersion>
+    <MicrosoftExtensionsOptionsConfigurationExtensionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsOptionsConfigurationExtensionsVersion>
+    <MicrosoftExtensionsOptionsDataAnnotationsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsOptionsDataAnnotationsVersion>
+    <MicrosoftExtensionsOptionsVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsOptionsVersion>
+    <MicrosoftExtensionsPrimitivesVersion>6.0.0-preview.4.21174.6</MicrosoftExtensionsPrimitivesVersion>
+    <MicrosoftAspNetCoreInternalTransportVersion>6.0.0-preview.4.21174.6</MicrosoftAspNetCoreInternalTransportVersion>
+    <SystemComponentModelAnnotationsVersion>6.0.0-preview.4.21174.6</SystemComponentModelAnnotationsVersion>
+    <SystemDiagnosticsDiagnosticSourceVersion>6.0.0-preview.4.21174.6</SystemDiagnosticsDiagnosticSourceVersion>
+    <SystemDiagnosticsEventLogVersion>6.0.0-preview.4.21174.6</SystemDiagnosticsEventLogVersion>
+    <SystemDirectoryServicesProtocolsVersion>6.0.0-preview.4.21174.6</SystemDirectoryServicesProtocolsVersion>
+    <SystemIOPipelinesVersion>6.0.0-preview.4.21174.6</SystemIOPipelinesVersion>
+    <SystemNetHttpJsonVersion>6.0.0-preview.4.21174.6</SystemNetHttpJsonVersion>
+    <SystemNetHttpWinHttpHandlerVersion>6.0.0-preview.4.21174.6</SystemNetHttpWinHttpHandlerVersion>
+    <SystemReflectionMetadataVersion>6.0.0-preview.4.21174.6</SystemReflectionMetadataVersion>
+    <SystemResourcesExtensionsVersion>6.0.0-preview.4.21174.6</SystemResourcesExtensionsVersion>
+    <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0-preview.4.21174.6</SystemRuntimeCompilerServicesUnsafeVersion>
+    <SystemSecurityCryptographyCngVersion>6.0.0-preview.4.21174.6</SystemSecurityCryptographyCngVersion>
+    <SystemSecurityCryptographyPkcsVersion>6.0.0-preview.4.21174.6</SystemSecurityCryptographyPkcsVersion>
+    <SystemSecurityCryptographyXmlVersion>6.0.0-preview.4.21174.6</SystemSecurityCryptographyXmlVersion>
+    <SystemSecurityPrincipalWindowsVersion>6.0.0-preview.4.21174.6</SystemSecurityPrincipalWindowsVersion>
+    <SystemServiceProcessServiceControllerVersion>6.0.0-preview.4.21174.6</SystemServiceProcessServiceControllerVersion>
+    <SystemTextEncodingsWebVersion>6.0.0-preview.4.21174.6</SystemTextEncodingsWebVersion>
+    <SystemTextJsonVersion>6.0.0-preview.4.21174.6</SystemTextJsonVersion>
+    <SystemThreadingChannelsVersion>6.0.0-preview.4.21174.6</SystemThreadingChannelsVersion>
     <!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
-    <MicrosoftNETCorePlatformsVersion>6.0.0-preview.3.21167.1</MicrosoftNETCorePlatformsVersion>
+    <MicrosoftNETCorePlatformsVersion>6.0.0-preview.4.21174.6</MicrosoftNETCorePlatformsVersion>
     <!-- Packages from dotnet/efcore -->
-    <dotnetefVersion>6.0.0-preview.3.21167.2</dotnetefVersion>
-    <MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
-    <MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreRelationalVersion>
-    <MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreSqliteVersion>
-    <MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
-    <MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreToolsVersion>
-    <MicrosoftEntityFrameworkCoreVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreVersion>
-    <MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-preview.3.21167.2</MicrosoftEntityFrameworkCoreDesignVersion>
+    <dotnetefVersion>6.0.0-preview.4.21174.2</dotnetefVersion>
+    <MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
+    <MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreRelationalVersion>
+    <MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreSqliteVersion>
+    <MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
+    <MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreToolsVersion>
+    <MicrosoftEntityFrameworkCoreVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreVersion>
+    <MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-preview.4.21174.2</MicrosoftEntityFrameworkCoreDesignVersion>
     <!-- Packages from dotnet/arcade -->
     <MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21167.3</MicrosoftDotNetBuildTasksInstallersVersion>
   </PropertyGroup>

+ 13 - 1
src/Components/Components/src/Microsoft.AspNetCore.Components.WarningSuppressions.xml

@@ -1,6 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <linker>
   <assembly fullname="Microsoft.AspNetCore.Components, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
+    <attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
+      <argument>ILLink</argument>
+      <argument>IL2026</argument>
+      <property name="Scope">member</property>
+      <property name="Target">M:Microsoft.AspNetCore.Components.BindConverter.FormatterDelegateCache.MakeTypeConverterFormatter``1</property>
+    </attribute>
+    <attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
+      <argument>ILLink</argument>
+      <argument>IL2026</argument>
+      <property name="Scope">member</property>
+      <property name="Target">M:Microsoft.AspNetCore.Components.BindConverter.ParserDelegateCache.MakeTypeConverterConverter``1</property>
+    </attribute>
     <attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
       <argument>ILLink</argument>
       <argument>IL2026</argument>
@@ -68,4 +80,4 @@
       <property name="Target">M:Microsoft.AspNetCore.Components.LayoutView.&lt;&gt;c__DisplayClass13_0.&lt;WrapInLayout&gt;g__Render|0(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)</property>
     </attribute>
   </assembly>
-</linker>
+</linker>

+ 12 - 0
src/Components/Forms/src/Microsoft.AspNetCore.Components.Forms.WarningSuppressions.xml

@@ -1,6 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <linker>
   <assembly fullname="Microsoft.AspNetCore.Components.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
+    <attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
+      <argument>ILLink</argument>
+      <argument>IL2026</argument>
+      <property name="Scope">member</property>
+      <property name="Target">M:Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.ValidateField(Microsoft.AspNetCore.Components.Forms.EditContext,Microsoft.AspNetCore.Components.Forms.ValidationMessageStore,Microsoft.AspNetCore.Components.Forms.FieldIdentifier@)</property>
+    </attribute>
+    <attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
+      <argument>ILLink</argument>
+      <argument>IL2026</argument>
+      <property name="Scope">member</property>
+      <property name="Target">M:Microsoft.AspNetCore.Components.Forms.EditContextDataAnnotationsExtensions.ValidateModel(Microsoft.AspNetCore.Components.Forms.EditContext,Microsoft.AspNetCore.Components.Forms.ValidationMessageStore)</property>
+    </attribute>
     <attribute fullname="System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
       <argument>ILLink</argument>
       <argument>IL2080</argument>

+ 1 - 0
src/Components/WebAssembly/BlazorManifest/acquire/dotnet-install-blazoraot.csproj

@@ -9,6 +9,7 @@
     <AssemblyName>dotnet-install-blazoraot</AssemblyName>
     <PackageId>dotnet-install-blazoraot</PackageId>
     <GenerateDocumentationFile>false</GenerateDocumentationFile>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
     <!-- Set this to false because there's nothing to reference here. -->
     <IsProjectReferenceProvider>false</IsProjectReferenceProvider>
   </PropertyGroup>

+ 1 - 1
src/Components/WebAssembly/BlazorManifest/src/BlazorManifest.csproj

@@ -34,4 +34,4 @@
     </ItemGroup>
   </Target>
 
-</Project>
+</Project>

+ 1 - 0
src/Components/WebAssembly/Server/src/Microsoft.AspNetCore.Components.WebAssembly.Server.csproj

@@ -4,6 +4,7 @@
     <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
     <Description>Runtime server features for ASP.NET Core Blazor applications.</Description>
     <IsShippingPackage>true</IsShippingPackage>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
 
     <!-- We're deliberately bundling assemblies as content files. Suppress the warning. -->
     <NoWarn>$(NoWarn);NU5100</NoWarn>

+ 1 - 0
src/Middleware/SpaServices.Extensions/src/Microsoft.AspNetCore.SpaServices.Extensions.csproj

@@ -4,6 +4,7 @@
     <Description>Helpers for building single-page applications on ASP.NET MVC Core.</Description>
     <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
     <Nullable>enable</Nullable>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
   </PropertyGroup>
 
   <ItemGroup>

+ 2 - 1
src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj

@@ -3,6 +3,7 @@
     <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
     <TestGroupName>ProjectTemplates.E2ETests</TestGroupName>
     <DefineConstants>$(DefineConstants);XPLAT</DefineConstants>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
 
     <RunTemplateTests Condition="'$(RunTemplateTests)' == ''">true</RunTemplateTests>
     <SkipTests Condition="'$(RunTemplateTests)' != 'true'">true</SkipTests>
@@ -63,7 +64,7 @@
     <ItemGroup>
       <_PublishFiles Include="$(OutputPath).playwright\**\*.*" />
     </ItemGroup>
-    <Copy SourceFiles="@(_PublishFiles)" DestinationFolder="$(PublishDir)\.playwright\%(_PublishFiles.RecursiveDir)\" />	
+    <Copy SourceFiles="@(_PublishFiles)" DestinationFolder="$(PublishDir)\.playwright\%(_PublishFiles.RecursiveDir)\" />
   </Target>
 
 

+ 1 - 0
src/ProjectTemplates/test/ProjectTemplates.Tests.csproj

@@ -7,6 +7,7 @@
     <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
     <TestGroupName>ProjectTemplates.E2ETests</TestGroupName>
     <DefineConstants>$(DefineConstants);XPLAT</DefineConstants>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
 
     <RunTemplateTests Condition="'$(RunTemplateTests)' == ''" >true</RunTemplateTests>
     <SkipTests Condition="'$(RunTemplateTests)' != 'true'">true</SkipTests>

+ 1 - 0
src/Servers/Kestrel/Core/src/Microsoft.AspNetCore.Server.Kestrel.Core.csproj

@@ -11,6 +11,7 @@
     <IsPackable>false</IsPackable>
     <DefineConstants>$(DefineConstants);KESTREL</DefineConstants>
     <Nullable>enable</Nullable>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
   </PropertyGroup>
 
   <ItemGroup>

+ 1 - 0
src/Tools/FirstRunCertGenerator/src/Microsoft.AspNetCore.DeveloperCertificates.XPlat.csproj

@@ -5,6 +5,7 @@
     <Description>Package for the CLI first run experience.</Description>
     <DefineConstants>$(DefineConstants);XPLAT</DefineConstants>
     <PackageTags>aspnet;cli</PackageTags>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
 
     <!-- This package contains API for the .NET CLI to generate the aspnet HTTPs dev cert during CLI first-run initialization. -->
 

+ 1 - 0
src/Tools/Microsoft.dotnet-openapi/src/Microsoft.dotnet-openapi.csproj

@@ -7,6 +7,7 @@
     <AssemblyName>dotnet-openapi</AssemblyName>
     <PackageId>Microsoft.dotnet-openapi</PackageId>
     <PackAsTool>true</PackAsTool>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
   </PropertyGroup>
 
   <ItemGroup>

+ 1 - 0
src/Tools/dotnet-dev-certs/src/dotnet-dev-certs.csproj

@@ -7,6 +7,7 @@
     <RootNamespace>Microsoft.AspNetCore.DeveloperCertificates.Tools</RootNamespace>
     <PackageTags>dotnet;developercertificates</PackageTags>
     <PackAsTool>true</PackAsTool>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
     <!-- This package is for internal use only. It contains a CLI which is bundled in the .NET Core SDK. -->
     <IsShippingPackage>false</IsShippingPackage>
     <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>

+ 1 - 0
src/Tools/dotnet-user-secrets/src/dotnet-user-secrets.csproj

@@ -8,6 +8,7 @@
     <RootNamespace>Microsoft.Extensions.SecretManager.Tools</RootNamespace>
     <PackageTags>configuration;secrets;usersecrets</PackageTags>
     <PackAsTool>true</PackAsTool>
+    <RemoveDevicePlatformSupport>true</RemoveDevicePlatformSupport>
     <!-- This package is for internal use only. It contains a CLI which is bundled in the .NET Core SDK. -->
     <IsShippingPackage>false</IsShippingPackage>
     <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>