Skip to content

Commit 949cccc

Browse files
committed
Builds against nightly builds of dotnet-gcdump and Microsoft.Diagnostics.NETCore.Client, along with a higher stable version of Microsoft.Diagnostics.Tracing.TraceEvent. These all depend on Microsoft.Diagnostics.FastSerialization.dll v3.1.23.0.
This should fix the random off-by-one errors when taking a gcdump via its management endpoint.
1 parent b8b9597 commit 949cccc

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

nuget.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<!-- Required for .NET Aspire Configuration Schema Generator, which needs System.CommandLine. -->
55
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
6+
<!-- Used for nightly builds of dotnet-gcdump and Microsoft.Diagnostics.NETCore.Client. -->
7+
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
68
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
79
</packageSources>
810
</configuration>

versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<BouncyCastleVersion>2.2.*</BouncyCastleVersion>
5151
<ConsulVersion>1.7.14.*</ConsulVersion>
52-
<DotnetGCDumpVersion>9.0.621003</DotnetGCDumpVersion>
52+
<DotnetGCDumpVersion>9.0.637201</DotnetGCDumpVersion>
5353
<EntityFrameworkCoreVersion>8.0.*</EntityFrameworkCoreVersion>
5454
<FoundationalVersion>
5555
<!--
@@ -59,8 +59,8 @@
5959
9.0.*
6060
</FoundationalVersion>
6161
<MicrosoftIdentityModelVersion>8.12.*</MicrosoftIdentityModelVersion>
62-
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.621003</MicrosoftDiagnosticsNETCoreClientVersion>
63-
<MicrosoftDiagnosticsTracingTraceEventVersion>3.1.16</MicrosoftDiagnosticsTracingTraceEventVersion>
62+
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.637201</MicrosoftDiagnosticsNETCoreClientVersion>
63+
<MicrosoftDiagnosticsTracingTraceEventVersion>3.1.23</MicrosoftDiagnosticsTracingTraceEventVersion>
6464
<OpenTelemetryExporterPrometheusVersion>1.12.*-*</OpenTelemetryExporterPrometheusVersion>
6565
<OpenTelemetryVersion>1.12.*</OpenTelemetryVersion>
6666
<SerilogVersion>9.0.*</SerilogVersion>

0 commit comments

Comments
 (0)