32 lines
1.4 KiB
XML
32 lines
1.4 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-preview4.20175.4">
|
|
<Uri>https://github.com/dotnet/blazor</Uri>
|
|
<Sha>42941006ace24b5cb66a99ff52828a935f62ebcf</Sha>
|
|
</Dependency>
|
|
</ProductDependencies>
|
|
<ToolsetDependencies>
|
|
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.20124.2">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>0b8ce7c1c078eefb4cbc4d7e67ffc02f1f73382d</Sha>
|
|
</Dependency>
|
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20124.2">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>0b8ce7c1c078eefb4cbc4d7e67ffc02f1f73382d</Sha>
|
|
</Dependency>
|
|
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.20124.2">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>0b8ce7c1c078eefb4cbc4d7e67ffc02f1f73382d</Sha>
|
|
</Dependency>
|
|
</ToolsetDependencies>
|
|
</Dependencies>
|