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