Versions of WPF and Winforms Templates should be routed through Versions from Core Setup (#1995)
Winforms and WPF send their project templates straight to the SDK while our binaries are sent to the SDK via core-setup. For coherency purposes, these should wait to update until winforms and wpf have been routed via core setup as well.
This commit is contained in:
parent
a5f35d6c09
commit
c4d9effa6a
1 changed files with 3 additions and 2 deletions
|
@ -62,11 +62,12 @@
|
|||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>792b2f140616dc0f3e263a51421229321e02c2dd</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview6.19264.4">
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview6.19264.4" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
<Sha>9031a341f7b62c6dc7305dd1f068040e7f42f7e2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19264.3">
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19264.3" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>8cd5ce04b1918b063978b1a6661536bcba8bfb44</Sha>
|
||||
</Dependency>
|
||||
|
|
Loading…
Reference in a new issue