[master] Update dependencies from dotnet/wpf (#1990)

* Update dependencies from https://github.com/dotnet/wpf build 20190513.3

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview6.19263.3

* Update dependencies from https://github.com/dotnet/wpf build 20190514.3

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview6.19264.3
This commit is contained in:
dotnet-maestro[bot] 2019-05-15 16:46:41 +00:00 committed by GitHub
parent dfdd46cd7b
commit 8c89699974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -66,9 +66,9 @@
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>9031a341f7b62c6dc7305dd1f068040e7f42f7e2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19262.3">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19264.3">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>50c1722341e347760aa3bf5d9a86c1de7cf4dca7</Sha>
<Sha>8cd5ce04b1918b063978b1a6661536bcba8bfb44</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/wpf -->
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview6.19262.3</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.0.0-preview6.19264.3</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->