dotnet-installer/eng/Version.Details.xml

113 lines
6.3 KiB
XML
Raw Normal View History

2018-12-21 22:24:58 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-alpha1.19526.5">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>f41ef26c6cf7db33cfc92c97d9aa430affc25484</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha1.19526.5">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>f41ef26c6cf7db33cfc92c97d9aa430affc25484</Sha>
2018-12-21 22:24:58 +00:00
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-alpha1.19526.5">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>f41ef26c6cf7db33cfc92c97d9aa430affc25484</Sha>
2018-12-21 22:24:58 +00:00
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha1.19526.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha1.19526.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19526.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha1.19526.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha1.19526.2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
</Dependency>
2019-10-19 01:11:18 +00:00
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<!-- No new netstandard.library planned for 3.1 timeframe at this time. -->
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0" Pinned="true">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha.1.19525.3" CoherentParentDependency="Microsoft.NetCore.App.Internal">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>567241af05d1e43142d04572dee84870b78761aa</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-alpha1.19522.13">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19522.13">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="5.0.0-alpha1.19522.13">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1</Sha>
</Dependency>
<Dependency Name="dotnet-dev-certs" Version="5.0.0-alpha1.19522.13">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="5.0.0-alpha1.19522.13">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1</Sha>
</Dependency>
<Dependency Name="dotnet-watch" Version="5.0.0-alpha1.19522.13">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.19465.1">
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>6ae8a6e7dd862c9447771c108d43fb9028f22c22</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-alpha1.19428.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>40bcaca36d5db25dae9f9ad7e85891fc73714320</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="5.0.100-alpha1.19522.14">
2019-01-17 16:27:42 +00:00
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39</Sha>
2019-01-17 16:27:42 +00:00
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19501.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
2019-04-19 18:44:16 +00:00
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>419501cb5731805c7e49bae276a2938e7c1844de</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19522.14" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-alpha1.19462.11" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>aa251536c8ae637e95faf529480e8020d69aa361</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-alpha1.19462.16" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>11a8ba5060577dbddae4303e53583f8d4a82f172</Sha>
</Dependency>
2019-10-21 23:00:57 +00:00
<!-- This is so that WCF packages are included in the final drop for official releases. -->
<!-- Replace with better solution, see https://github.com/dotnet/arcade/issues/4162 -->
<Dependency Name="System.ServiceModel.Primitives" Version="4.7.0-preview1.19473.2">
2019-10-21 23:00:57 +00:00
<Uri>https://github.com/dotnet/wcf</Uri>
<Sha>49e68b86a708b6d6346b4e519fd54f9e815a87d1</Sha>
2019-10-21 23:00:57 +00:00
</Dependency>
2018-12-21 22:24:58 +00:00
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19525.2">
2018-12-21 22:24:58 +00:00
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>73d62201bc4802ff3320a6d25433d9289e465087</Sha>
2018-12-21 22:24:58 +00:00
</Dependency>
</ToolsetDependencies>
</Dependencies>