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

Version.Details.xml « eng - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb91b62b86d431ed22a9d5c96bb55bdf44f52c2c (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
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<!--

  This file is used by automation to update Versions.props and may be used for other purposes, such as
  static analysis to determine the repo dependency graph.  It should only be modified manually when adding
  or removing dependencies. Updating versions should be done using the `darc` command line tool.

  See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc.
-->
<Dependencies>
  <ProductDependencies>
    <Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0">
      <Uri>https://github.com/dotnet/blazor</Uri>
      <Sha>cc449601d638ffaab58ae9487f0fd010bb178a12</Sha>
    </Dependency>
    <Dependency Name="System.Net.Http.Json" Version="3.2.0">
      <Uri>https://github.com/dotnet/corefx</Uri>
      <Sha>66409e392d64ed96e5d3a5fda712d9baf51196ed</Sha>
    </Dependency>
  </ProductDependencies>
  <ToolsetDependencies>
    <Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.20302.3">
      <Uri>https://github.com/dotnet/arcade</Uri>
      <Sha>9b71be0663493cd0e111b55536a2e1eeb272f54c</Sha>
    </Dependency>
    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20302.3">
      <Uri>https://github.com/dotnet/arcade</Uri>
      <Sha>9b71be0663493cd0e111b55536a2e1eeb272f54c</Sha>
    </Dependency>
    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.20302.3">
      <Uri>https://github.com/dotnet/arcade</Uri>
      <Sha>9b71be0663493cd0e111b55536a2e1eeb272f54c</Sha>
    </Dependency>
  </ToolsetDependencies>
</Dependencies>