-
Notifications
You must be signed in to change notification settings - Fork 696
/
Copy pathVersion.Details.xml
61 lines (59 loc) · 2.79 KB
/
Version.Details.xml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<!--
Currently this file is required to publish builds to .NET build asset registry.
See https://github.com/dotnet/arcade/issues/2396 for details.
See https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#details-file for schema.
-->
<!--
Following dependencies are required for PVP flow.
PVP flow infra will automatically bump the version to the latest live one.
Versions specified here were initially mirrored from repo dependencies, but there is no
Arcade flow and versions do not necessarily match what is currently consumed by repo build.
-->
<ProductDependencies>
<Dependency Name="Microsoft.Build" Version="17.3.1">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>80f618ad45d38475773fd1a6eaa059f118a0ad5a</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>8470979eb44c2218025515234d3e01138bd74afb</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>8470979eb44c2218025515234d3e01138bd74afb</Sha>
</Dependency>
<Dependency Name="Microsoft.Web.Xdt" Version="3.0.0">
<Uri>https://github.com/aspnet/xdt</Uri>
<Sha>d4d088b6a9c793525b1a27a119cb66ba4587bb39</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24068.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
<Sha>ecd2ce5eafbba3008a7d4f5d04b025d30928c812</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.Composition" Version="4.5.0">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>30ab651fcb4354552bd4891619a0bdd81e0ebdbf</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.Pkcs" Version="6.0.4">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e37fab9fc9f7bce120a7165491ed392a73f8ab51</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.Xml" Version="6.0.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>55fb7ef977e7d120dc12f0960edcff0739d7ee0e</Sha>
</Dependency>
<Dependency Name="System.Formats.Asn1" Version="8.0.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24203.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>986a55a9c7f1ef547bc705d6adada5e0c2217819</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
</Dependencies>