-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathVersion.Details.xml
83 lines (83 loc) · 4.23 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.HostFactoryResolver.Sources" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<!--
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="System.Text.Encodings.Web" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="System.Formats.Asn1" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
<Dependency Name="System.Runtime.Caching" Version="10.0.0-preview.4.25206.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>367e0a8a23e444a94c029fcb72dcb4ac66bd6717</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25212.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25212.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25212.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>