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

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

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

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

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20151.1
This commit is contained in:
dotnet-maestro[bot] 2020-03-02 13:45:13 +00:00 committed by GitHub
parent c9d728ee95
commit 4c30520a1c
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>91cbc040733600df96d8a3b86af4d0044bb51a8d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.2.20128.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.2.20151.1">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>69edfacc656d0166235627d3d172173909028f59</Sha>
<Sha>f15388ee6e45a8923fba0f54f55154aee991fb84</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20128.1">
<Uri>https://github.com/dotnet/sdk</Uri>

View file

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