dotnet-installer/eng/Version.Details.xml

74 lines
3.8 KiB
XML
Raw Normal View History

2018-12-21 22:24:58 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview7-27813-06">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5cfc2cab25bfc431ef89572aa2705725a95aca32</Sha>
2018-12-21 22:24:58 +00:00
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27813-06">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5cfc2cab25bfc431ef89572aa2705725a95aca32</Sha>
2018-12-21 22:24:58 +00:00
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview7-27813-06">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5cfc2cab25bfc431ef89572aa2705725a95aca32</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>dd2e2186db4ae416609135593e54f32f48007092</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>dd2e2186db4ae416609135593e54f32f48007092</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>dd2e2186db4ae416609135593e54f32f48007092</Sha>
</Dependency>
<Dependency Name="dotnet-dev-certs" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>dd2e2186db4ae416609135593e54f32f48007092</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>dd2e2186db4ae416609135593e54f32f48007092</Sha>
</Dependency>
<Dependency Name="dotnet-watch" Version="3.0.0-preview7.19311.5">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>dd2e2186db4ae416609135593e54f32f48007092</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19313.1">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>4f65a5662b1ce832c946f4120744b4da46f20d39</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview7.19314.3">
2019-01-17 16:27:42 +00:00
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>1cec40a89dd080748867d0bc2d9ff67e5611c543</Sha>
2019-01-17 16:27:42 +00:00
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19313.3">
2019-04-19 18:44:16 +00:00
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cb8c89e71323d667cac97fcbe6ad6cf95a11068a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19314.1">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>e01e492d8a67385811a69772814b04a2e28ad145</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
[master] Update dependencies from dotnet/core-setup (#2448) * Update dependencies from https://github.com/dotnet/core-setup build 20190612.10 - NETStandard.Library.Ref - 2.1.0-preview7-27812-10 - Microsoft.NETCore.App - 3.0.0-preview7-27812-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-10 * Update dependencies from https://github.com/dotnet/core-setup build 20190612.11 - NETStandard.Library.Ref - 2.1.0-preview7-27812-11 - Microsoft.NETCore.App - 3.0.0-preview7-27812-11 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.02 - NETStandard.Library.Ref - 2.1.0-preview7-27813-02 - Microsoft.NETCore.App - 3.0.0-preview7-27813-02 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-02 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.04 - NETStandard.Library.Ref - 2.1.0-preview7-27813-04 - Microsoft.NETCore.App - 3.0.0-preview7-27813-04 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-04 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190613.05 - NETStandard.Library.Ref - 2.1.0-preview7-27813-05 - Microsoft.NETCore.App - 3.0.0-preview7-27813-05 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-05 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App)
2019-06-13 19:18:25 +00:00
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview7.19310.2" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Uri>https://github.com/dotnet/winforms</Uri>
[master] Update dependencies from dotnet/core-setup (#2448) * Update dependencies from https://github.com/dotnet/core-setup build 20190612.10 - NETStandard.Library.Ref - 2.1.0-preview7-27812-10 - Microsoft.NETCore.App - 3.0.0-preview7-27812-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-10 * Update dependencies from https://github.com/dotnet/core-setup build 20190612.11 - NETStandard.Library.Ref - 2.1.0-preview7-27812-11 - Microsoft.NETCore.App - 3.0.0-preview7-27812-11 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.02 - NETStandard.Library.Ref - 2.1.0-preview7-27813-02 - Microsoft.NETCore.App - 3.0.0-preview7-27813-02 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-02 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.04 - NETStandard.Library.Ref - 2.1.0-preview7-27813-04 - Microsoft.NETCore.App - 3.0.0-preview7-27813-04 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-04 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190613.05 - NETStandard.Library.Ref - 2.1.0-preview7-27813-05 - Microsoft.NETCore.App - 3.0.0-preview7-27813-05 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-05 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App)
2019-06-13 19:18:25 +00:00
<Sha>b8fb4ecab72d1a292f75f14222ec867d7ea77341</Sha>
</Dependency>
[master] Update dependencies from dotnet/core-setup (#2448) * Update dependencies from https://github.com/dotnet/core-setup build 20190612.10 - NETStandard.Library.Ref - 2.1.0-preview7-27812-10 - Microsoft.NETCore.App - 3.0.0-preview7-27812-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-10 * Update dependencies from https://github.com/dotnet/core-setup build 20190612.11 - NETStandard.Library.Ref - 2.1.0-preview7-27812-11 - Microsoft.NETCore.App - 3.0.0-preview7-27812-11 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.02 - NETStandard.Library.Ref - 2.1.0-preview7-27813-02 - Microsoft.NETCore.App - 3.0.0-preview7-27813-02 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-02 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.04 - NETStandard.Library.Ref - 2.1.0-preview7-27813-04 - Microsoft.NETCore.App - 3.0.0-preview7-27813-04 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-04 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190613.05 - NETStandard.Library.Ref - 2.1.0-preview7-27813-05 - Microsoft.NETCore.App - 3.0.0-preview7-27813-05 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-05 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App)
2019-06-13 19:18:25 +00:00
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview7.19311.4" CoherentParentDependency="Microsoft.WindowsDesktop.App">
<Uri>https://github.com/dotnet/wpf</Uri>
[master] Update dependencies from dotnet/core-setup (#2448) * Update dependencies from https://github.com/dotnet/core-setup build 20190612.10 - NETStandard.Library.Ref - 2.1.0-preview7-27812-10 - Microsoft.NETCore.App - 3.0.0-preview7-27812-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-10 * Update dependencies from https://github.com/dotnet/core-setup build 20190612.11 - NETStandard.Library.Ref - 2.1.0-preview7-27812-11 - Microsoft.NETCore.App - 3.0.0-preview7-27812-11 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27812-11 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.02 - NETStandard.Library.Ref - 2.1.0-preview7-27813-02 - Microsoft.NETCore.App - 3.0.0-preview7-27813-02 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-02 * Update dependencies from https://github.com/dotnet/core-setup build 20190613.04 - NETStandard.Library.Ref - 2.1.0-preview7-27813-04 - Microsoft.NETCore.App - 3.0.0-preview7-27813-04 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-04 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190613.05 - NETStandard.Library.Ref - 2.1.0-preview7-27813-05 - Microsoft.NETCore.App - 3.0.0-preview7-27813-05 - Microsoft.WindowsDesktop.App - 3.0.0-preview7-27813-05 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview7.19310.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview7.19311.4 (parent: Microsoft.WindowsDesktop.App)
2019-06-13 19:18:25 +00:00
<Sha>42f8d28b5d3bda397fbbf4d1f5ef69631601c5ce</Sha>
</Dependency>
2018-12-21 22:24:58 +00:00
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19263.3">
2018-12-21 22:24:58 +00:00
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6712584bba6e2f0e35a3704793c459ff97c09af</Sha>
2018-12-21 22:24:58 +00:00
</Dependency>
</ToolsetDependencies>
</Dependencies>