Update dependencies from https://github.com/dotnet/templating build 20200402.1 (#7023)
- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20202.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
a1d7061f10
commit
374aeabfaa
2 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@
|
||||||
<Uri>https://github.com/dotnet/test-templates</Uri>
|
<Uri>https://github.com/dotnet/test-templates</Uri>
|
||||||
<Sha>2720fcade72d709a5d2fe80d0b80fbdac54213f6</Sha>
|
<Sha>2720fcade72d709a5d2fe80d0b80fbdac54213f6</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.3.20181.1">
|
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-preview.3.20202.1">
|
||||||
<Uri>https://github.com/dotnet/templating</Uri>
|
<Uri>https://github.com/dotnet/templating</Uri>
|
||||||
<Sha>fa46a9dfc516de0c4049d3f2951fdee8e5065ff8</Sha>
|
<Sha>3afa35569f53dceabbff596010f52ea328b0d5f8</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.3.20174.1">
|
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.3.20174.1">
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/templating -->
|
<!-- Dependency from https://github.com/dotnet/templating -->
|
||||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.3.20181.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
<MicrosoftDotNetCommonItemTemplatesPackageVersion>5.0.0-preview.3.20202.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/test-templates -->
|
<!-- Dependency from https://github.com/dotnet/test-templates -->
|
||||||
|
|
Loading…
Reference in a new issue