[release/3.0.1xx] Update dependencies from dotnet/wpf (#1341)

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

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview4.19209.15

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

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview4.19210.1
This commit is contained in:
dotnet-maestro[bot] 2019-04-10 08:58:42 +00:00 committed by GitHub
parent 67f7a12740
commit f74bdaea7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -58,9 +58,9 @@
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>ccf39ec74d9e673f2a994be2a9d67418c78c8c82</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview4.19209.13">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview4.19210.1">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>ae85413470e666e07e3ddc1e6b146a525617ba5a</Sha>
<Sha>d50ff37c51bc40b82507bff8c4eb0a6d2f3ac4ad</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

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