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

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

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

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

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview6.19251.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-02 13:23:29 +00:00 committed by GitHub
parent 43c4228f31
commit 795161a495
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>fc38bc2739edf46734729fe2e45af80c8b66c105</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19229.2">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview6.19251.2">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>104cac4d8869d6e667963a26a55c52cd79c2d493</Sha>
<Sha>efd2cd96ea72393ff3dd9174a2d1fd0262fa0dc9</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

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