Version.Details.xml 1.7 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
  <ToolsetDependencies>
4
    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21160.7">
5
      <Uri>https://github.com/dotnet/arcade</Uri>
6
      <Sha>7f13798e5f567b72ffe63205bf49839245f0f8c1</Sha>
7
    </Dependency>
8
    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21160.7">
9
      <Uri>https://github.com/dotnet/arcade</Uri>
10
      <Sha>7f13798e5f567b72ffe63205bf49839245f0f8c1</Sha>
11
    </Dependency>
12
    <Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.21160.7">
13
      <Uri>https://github.com/dotnet/arcade</Uri>
14
      <Sha>7f13798e5f567b72ffe63205bf49839245f0f8c1</Sha>
15
    </Dependency>
16
  </ToolsetDependencies>
17 18
  <!-- ProductDependencies -->
  <ProductDependencies>
19
    <Dependency Name="System.Drawing.Common" Version="5.0.2">
20
      <Uri>https://github.com/dotnet/runtime</Uri>
21
      <Sha>5111aa12cdeb8e8703d475193f78c1848f58f6c6</Sha>
22
    </Dependency>
23
    <Dependency Name="System.IO.Ports" Version="5.0.1">
24
      <Uri>https://github.com/dotnet/runtime</Uri>
25
      <Sha>5111aa12cdeb8e8703d475193f78c1848f58f6c6</Sha>
26
    </Dependency>
27 28
    <Dependency Name="Microsoft.Win32.Registry" Version="5.0.0">
      <Uri>https://github.com/dotnet/runtime</Uri>
29
      <Sha>bfc49945c0bedeffe01bb5d6f3c217dad207d0d8</Sha>
30 31 32 33 34
    </Dependency>
    <Dependency Name="System.Runtime.WindowsRuntime" Version="4.6.0">
      <Uri>https://github.com/dotnet/corefx</Uri>
      <Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
    </Dependency>
35 36
    <Dependency Name="System.Management" Version="5.0.0">
      <Uri>https://github.com/dotnet/runtime</Uri>
37
      <Sha>bfc49945c0bedeffe01bb5d6f3c217dad207d0d8</Sha>
38
    </Dependency>
39
  </ProductDependencies>
40
</Dependencies>