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">
|
|
<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.20230.5">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>5fd50687c9a9f39bd2ee8221165ea9c1b3f565d9</Sha>
|
|
</Dependency>
|
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20230.5">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>5fd50687c9a9f39bd2ee8221165ea9c1b3f565d9</Sha>
|
|
</Dependency>
|
|
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.20230.5">
|
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
|
<Sha>5fd50687c9a9f39bd2ee8221165ea9c1b3f565d9</Sha>
|
|
</Dependency>
|
|
</ToolsetDependencies>
|
|
</Dependencies>
|