dotnet-installer/eng/Version.Details.xml
Nick Guerrera 39648da4dc
Add package with MSBuild SDK resolver for internal build consumption (#478)
* Add package with MSBuild SDK resolver for internal build consumption

* Fix `dotnet pack` of redist.csproj without having built everything first
2019-02-14 18:21:23 -08:00

44 lines
2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview4-27413-33">
<Uri>https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted</Uri>
<Sha>0c81fedeb239f3c565f5757970bb27cb1a8ec5ce</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27414-6">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>793c41bad68f15fee17b67c5faaa0eaa2d102595</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19113-07">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>27e54a1b7abd98163db145e619f5f794326cc9ce</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19113.4">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>bd0413ecd2cfce0a8d20e80db0ddafe6391613c6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19112.1">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>f23f22851110aadfe89a1717aff63156d2950493</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview4.19113.2">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>00602a2bff2e17fa2092dc237c033fa625889893</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19078.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha></Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha></Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19113.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9cb5f28be59a1ba9fe6bfb86449b216cfcdfb50e</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>