Skip to content
2 changes: 1 addition & 1 deletion eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file should be imported by eng/Versions.props
<!-- _git/vs-code-coverage dependencies -->
<MicrosoftInternalCodeCoveragePackageVersion>18.0.6</MicrosoftInternalCodeCoveragePackageVersion>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.26105.106</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.26117.115</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<!-- dotnet/runtime dependencies -->
<MicrosoftExtensionsDependencyModelPackageVersion>6.0.2</MicrosoftExtensionsDependencyModelPackageVersion>
<SystemComponentModelCompositionPackageVersion>4.5.0</SystemComponentModelCompositionPackageVersion>
Expand Down
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="3f106e53de8994cbe931ddb9bcec1f095586f089" BarId="300469" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="cfcf1b8da3891fb3be2e2ad92fc1c39496c10248" BarId="302254" />
<ProductDependencies>
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="18.0.6" Pinned="true">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>957aa737e42290c129a620df7129f03189743dd1</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.26105.106">
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.26117.115">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>3f106e53de8994cbe931ddb9bcec1f095586f089</Sha>
<Sha>cfcf1b8da3891fb3be2e2ad92fc1c39496c10248</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.ComponentModel.Composition" Version="4.5.0">
Expand Down
Loading