We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15782f commit 604ff55Copy full SHA for 604ff55
samples/BenchmarkDotNet.Samples/BenchmarkDotNet.Samples.csproj
@@ -26,7 +26,7 @@
26
<!-- The Test SDK is required only for the VSTest Adapter to work -->
27
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
28
<!-- This package enables the Visual Studio Profiler integration IntroVisualStudioProfiler.cs -->
29
- <PackageReference Include="Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" Version="18.0.36127.1" />
+ <PackageReference Include="Microsoft.VisualStudio.DiagnosticsHub.BenchmarkDotNetDiagnosers" Version="18.0.36302.1" />
30
</ItemGroup>
31
<ItemGroup>
32
<ProjectReference Include="..\..\src\BenchmarkDotNet.Diagnostics.dotTrace\BenchmarkDotNet.Diagnostics.dotTrace.csproj" />
0 commit comments