Remove some dependency flow edges (#3834)
This sprinkles a couple CoherentParentDependency attributes so that various versions will be taken from the toolset's input dependencies, rather than flow separately to core-sdk. This should reduce the number of dependency update PRs
This commit is contained in:
parent
fd4ebe6d48
commit
7ae19ce23d
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>96d612ce8c1bfea45b5ef62c757ee6852d36ff68</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-alpha1.19401.1">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-alpha1.19401.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>dc3de384829410500748023c862bab291ab0492d</Sha>
|
||||
</Dependency>
|
||||
|
@ -46,11 +46,11 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>d3f396b8344d51f7ab7c792d508b040e96e8f78c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview9.19413.5">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview9.19413.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>21ebcc7ff5b9136ecaaf2b1f362f5588c3cc520a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview9.19419.2">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview9.19419.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>775763bbef6e48e9f82d3d43987ea62d4301c569</Sha>
|
||||
</Dependency>
|
||||
|
|
Loading…
Reference in a new issue