Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #34682 from mmitche/reclassify-deps
Browse files Browse the repository at this point in the history
Reclassify the test dependencies in corefx as toolset
  • Loading branch information
mmitche authored Jan 18, 2019
2 parents 88a9124 + 8911572 commit df75edc
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-preview-27316-72">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>80720a220c340e99aa88d04ebae8118eb4fc198b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-preview-27316-72">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>80720a220c340e99aa88d04ebae8118eb4fc198b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.0.0-preview-27316-72">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>80720a220c340e99aa88d04ebae8118eb4fc198b</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27317-6">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>464f69912c1e644e1b6e3aa0184f5c7c1a690cec</Sha>
Expand All @@ -25,8 +15,18 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>464f69912c1e644e1b6e3aa0184f5c7c1a690cec</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-preview-27316-72">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>80720a220c340e99aa88d04ebae8118eb4fc198b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-preview-27316-72">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>80720a220c340e99aa88d04ebae8118eb4fc198b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.0.0-preview-27316-72">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>80720a220c340e99aa88d04ebae8118eb4fc198b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19066.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0fb5fc58347f42121ddc9c0b361e84b8acbffb12</Sha>
Expand Down

0 comments on commit df75edc

Please sign in to comment.