Update dependencies from https://github.com/dotnet/templating build 20200224.3 (#6556)

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.1.20124.3
This commit is contained in:
dotnet-maestro[bot] 2020-02-25 14:24:04 +00:00 committed by GitHub
parent 956deccde9
commit f97ecc634e
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>5117d3d9d7dfd3583f0c42a639efaf092f957b7b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.1.20119.2">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.1.20124.3">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>3f942dcad448dfdcea1cf21320781b2fab38a84d</Sha>
<Sha>4c1a4ba9c52eccd5bf50e35426135cd835a2240a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20120.5">
<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.1.20119.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.1.20124.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->