Update dependencies from https://github.com/dotnet/templating build 20200228.1 (#6623)

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20128.1
This commit is contained in:
dotnet-maestro[bot] 2020-02-29 13:35:21 +00:00 committed by GitHub
parent d6430a8cd5
commit b50b911956
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.20127.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.2.20128.1">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>734e9819b06ee95dafd0c7419a147c9eef3f1eb6</Sha>
<Sha>69edfacc656d0166235627d3d172173909028f59</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.20127.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.2.20128.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->