-
Notifications
You must be signed in to change notification settings - Fork 748
Expand file tree
/
Copy pathVersion.Details.xml
More file actions
68 lines (67 loc) · 3.26 KB
/
Version.Details.xml
File metadata and controls
68 lines (67 loc) · 3.26 KB
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
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="ec7cfc4c5780180409a4d44e69d38c7c41bee24b" BarId="310501" />
<!--
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.2.0">
<Uri>https://github.com/dotnet/xdt</Uri>
<Sha>dea0a90f9a8f54babf081db780922a00a1ecc32c</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25208.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
<Sha>48bd86bdcd926a194e1581a60d820d12a64ef3c6</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.ProtectedData" Version="9.0.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</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.DotNet.Arcade.Sdk" Version="10.0.0-beta.26215.107">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>ec7cfc4c5780180409a4d44e69d38c7c41bee24b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.26215.107">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>ec7cfc4c5780180409a4d44e69d38c7c41bee24b</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>