Skip to content

Commit

Permalink
Re-categorize runtime dependencies as Product (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Jul 7, 2020
1 parent 7f5fd6e commit 6fd4ae6
Showing 1 changed file with 24 additions and 29 deletions.
53 changes: 24 additions & 29 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
-->
<Dependencies>
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<!-- Core Setup for coherency -->
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-preview.8.20328.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
</Dependency>
<!-- CoreFX via Core Setup -->
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.8.20328.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
Expand Down Expand Up @@ -55,37 +51,13 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
</Dependency>
<!-- CoreCLR via Core Setup -->
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-preview.8.20328.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
<SourceBuildId>5596</SourceBuildId>
<Sha>4a21529178750aab4b194d54918d0676e0e5833a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-preview.8.20328.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
<SourceBuildId>5596</SourceBuildId>
</Dependency>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20330.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20330.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20330.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20330.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20330.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>243cc92161ad44c2a07464425892daee19121c99</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="5.0.0-preview.8.20328.6">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down Expand Up @@ -131,5 +103,28 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>98b6284e020845c04bc7b1cefdcd01ffe7a4a8c0</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20316.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20316.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20316.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20316.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20316.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>71b580038fb704df63e03c6b7ae7d2c6a4fdd71d</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

0 comments on commit 6fd4ae6

Please sign in to comment.