Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/runtime (#4801)
Browse files Browse the repository at this point in the history
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]: dotnet/runtime@1f70f0c...5788b6a

[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 <[email protected]>
  • Loading branch information
3 people committed Jul 24, 2024
1 parent 0bae4b0 commit ae44de5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<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">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/tests/dotnet-counters/CounterMonitorPayloadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public async Task TestCounterMonitorCustomMetricsCSV(TestConfiguration configura
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();
Expand All @@ -76,7 +76,7 @@ public async Task TestCounterMonitorSystemRuntimeMetricsJSON(TestConfiguration c
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();
Expand Down

0 comments on commit ae44de5

Please sign in to comment.