Update dependencies from https://github.com/dotnet/templating build 20200415.1 (#7176)

- Microsoft.DotNet.Common.ItemTemplates: 5.0.0-preview.4.20203.1 -> 5.0.0-preview.4.20215.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-04-15 22:46:36 +00:00 committed by GitHub
parent 82e389acb9
commit 4e23c98982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -75,9 +75,9 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>2720fcade72d709a5d2fe80d0b80fbdac54213f6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.4.20203.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.4.20215.1">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>021e16574b2809e3d113fb541838ab49715721b3</Sha>
<Sha>1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.4.20215.6">
<Uri>https://github.com/dotnet/sdk</Uri>

View file

@ -25,7 +25,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/templating -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.4.20203.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.4.20215.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->