Fix winforms project templates versions (#1385)

This commit is contained in:
Matt Mitchell 2019-04-10 16:17:05 -07:00 committed by GitHub
parent e7112aed5e
commit a3f3c0e77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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 -->