Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Version.Details.xml « eng - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 577c5be3a7e4155025b65f671bff73eafa64132a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
  <ProductDependencies>
  </ProductDependencies>
  <ToolsetDependencies>
    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22513.2">
      <Uri>https://github.com/dotnet/arcade</Uri>
      <Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
      <SourceBuild RepoName="arcade" ManagedOnly="true" />
    </Dependency>
    <Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.22513.2">
      <Uri>https://github.com/dotnet/arcade</Uri>
      <Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
    </Dependency>
    <Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rtm.22473.12">
      <Uri>https://github.com/dotnet/runtime</Uri>
      <Sha>5429eb1e01f388fe36ba7f41a3ba04bb840fced8</Sha>
      <!--
      This would introduce a cyclic dependency, so it's explictly not enabled for now
      <SourceBuild RepoName="runtime" />
      -->
    </Dependency>
  </ToolsetDependencies>
</Dependencies>