[master] Update dependencies from dotnet/templating (#6914)

* Update dependencies from https://github.com/dotnet/templating build 20200325.1

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20175.1

* Update dependencies from https://github.com/dotnet/templating build 20200325.4

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20175.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-26 12:28:11 +00:00 committed by GitHub
parent 2af782ff7d
commit 7812d15d5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -71,9 +71,9 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>e8e924b5937e75ab3049d57cb5fb196ea2e3332c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.3.20172.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.3.20175.4">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>42b39532639ab11fd335961b262ea2620b12407c</Sha>
<Sha>dcdf64102c0f728d4e89a1062577fb4e3574ec05</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.3.20174.1">
<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.3.20172.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.3.20175.4</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->