Update dependencies from https://github.com/dotnet/wpf build 20190413.3 (#1472)

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview4.19213.3
This commit is contained in:
dotnet-maestro[bot] 2019-04-13 16:38:36 +00:00 committed by GitHub
parent 4880baca54
commit 9f7b55b403
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>b1ee29b8b8e14c1200adff02847391dde471d0d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview4.19211.3">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.0.0-preview4.19213.3">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>19fcab98d5510a683ebcc5737da6612ef6a18af9</Sha>
<Sha>d378b1ec6b8555c52b7da1c40ffc0784cb0f5cad</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

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