Fix winforms project templates versions (#1385)
This commit is contained in:
parent
e7112aed5e
commit
a3f3c0e77c
2 changed files with 4 additions and 4 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>50712db41bb2e072b411227262deb6a45324ee79</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="3.0.0-preview3-27512-34">
|
||||
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
|
||||
<Sha>a0570cdaf48e95b8d53c2a12f3e2ddba7d3df94e</Sha>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview4.19210.2">
|
||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
<Sha>9f7f6a960c673d48d31bafc90603b2e313f95ca2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview4.19210.4">
|
||||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>3.0.0-preview3-27512-34</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>4.8.0-preview4.19210.2</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/wpf -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue