[main] Update dependencies from dotnet/runtime (#4801)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Wed, 24 Jul 2024 18:21:22 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2024 18:21:22 +0000 (11:21 -0700)
This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240724.2
- **Date Produced**: July 24, 2024 11:49:41 AM UTC
- **Commit**: 5788b6a4061ccb50495156d3443d596c2e0f6960
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from
9.0.0-preview.7.24366.18 to 9.0.0-preview.7.24374.2][5]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-preview.7.24366.18 to 9.0.0-preview.7.24374.2][5]

[5]: https://github.com/dotnet/runtime/compare/1f70f0cc66...5788b6a406

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
eng/Version.Details.xml
eng/Versions.props
src/tests/dotnet-counters/CounterMonitorPayloadTests.cs

index e0e8e5bf51c29b7995039cd5ac67514de085a33d..c8a88182e39c4e9983522a0deac668fbdda2c70c 100644 (file)
       <Uri>https://github.com/dotnet/aspnetcore</Uri>
       <Sha>2f79c475a7365d611f704e90cb7075b752ca60ba</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.7.24366.18">
+    <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.7.24374.2">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>1f70f0cc663b5d45f77840e9728386e5fa7944f9</Sha>
+      <Sha>5788b6a4061ccb50495156d3443d596c2e0f6960</Sha>
     </Dependency>
-    <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.7.24366.18">
+    <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.9.0" Version="9.0.0-preview.7.24374.2">
       <Uri>https://github.com/dotnet/runtime</Uri>
-      <Sha>1f70f0cc663b5d45f77840e9728386e5fa7944f9</Sha>
+      <Sha>5788b6a4061ccb50495156d3443d596c2e0f6960</Sha>
     </Dependency>
     <!-- Intermediate is necessary for source build. -->
     <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24373.1">
index 995500998623f0e6e0336a26af532144b232ebed..ea6e5010113c07359227969cea336223fa31f09a 100644 (file)
@@ -16,8 +16,8 @@
   </PropertyGroup>
   <PropertyGroup>
     <!-- Latest shared runtime version updated by darc -->
-    <VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-preview.7.24366.18</VSRedistCommonNetCoreSharedFrameworkx6490Version>
-    <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.7.24366.18</MicrosoftNETCoreAppRuntimewinx64Version>
+    <VSRedistCommonNetCoreSharedFrameworkx6490Version>9.0.0-preview.7.24374.2</VSRedistCommonNetCoreSharedFrameworkx6490Version>
+    <MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-preview.7.24374.2</MicrosoftNETCoreAppRuntimewinx64Version>
     <!-- Latest shared aspnetcore version updated by darc -->
     <MicrosoftAspNetCoreAppRefInternalVersion>9.0.0-rc.1.24374.1</MicrosoftAspNetCoreAppRefInternalVersion>
     <MicrosoftAspNetCoreAppRefVersion>9.0.0-rc.1.24374.1</MicrosoftAspNetCoreAppRefVersion>
index aee7cb9a5c16fe0200313c80ace625bbfa60a250..5194152c8fec5945717181af1820a2c546d592f8 100644 (file)
@@ -66,7 +66,7 @@ namespace DotnetCounters.UnitTests
             ValidateCustomMetrics(metricComponents, CountersExportFormat.csv);
         }
 
-        [SkippableTheory, MemberData(nameof(Configurations))]
+        [SkippableTheory(Skip = "https://github.com/dotnet/diagnostics/issues/4806"), MemberData(nameof(Configurations))]
         public async Task TestCounterMonitorSystemRuntimeMetricsJSON(TestConfiguration configuration)
         {
             CheckRuntimeOS();
@@ -76,7 +76,7 @@ namespace DotnetCounters.UnitTests
             ValidateSystemRuntimeMetrics(metricComponents);
         }
 
-        [SkippableTheory, MemberData(nameof(Configurations))]
+        [SkippableTheory(Skip = "https://github.com/dotnet/diagnostics/issues/4806"), MemberData(nameof(Configurations))]
         public async Task TestCounterMonitorSystemRuntimeMetricsCSV(TestConfiguration configuration)
         {
             CheckRuntimeOS();