36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?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-preview5.20214.1">
|
|
<Uri>https://github.com/dotnet/blazor</Uri>
|
|
<Sha>9ce270c009f3d35e4723b4db2eff0bd942d1978c</Sha>
|
|
</Dependency>
|
|
<Dependency Name="System.Net.Http.Json" Version="3.2.0-preview5.20210.3">
|
|
<Uri>https://github.com/dotnet/corefx</Uri>
|
|
<Sha>557f293f3469cb64a4f3d06b6941b387e44df2d2</Sha>
|
|
</Dependency>
|
|
</ProductDependencies>
|
|
<ToolsetDependencies>
|
|
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.20208.8">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>0554dd21ef58e0ad23ad20388d05f11ab6cf3fa7</Sha>
|
|
</Dependency>
|
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20208.8">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>0554dd21ef58e0ad23ad20388d05f11ab6cf3fa7</Sha>
|
|
</Dependency>
|
|
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.20208.8">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>0554dd21ef58e0ad23ad20388d05f11ab6cf3fa7</Sha>
|
|
</Dependency>
|
|
</ToolsetDependencies>
|
|
</Dependencies>
|