Update dependencies from https://github.com/dotnet/test-templates build 20200807.5 (#8122)

[master] Update dependencies from dotnet/test-templates
- Updates:
  - Microsoft.DotNet.Test.ProjectTemplates.2.1: from 1.0.2-beta4.20303.2 to 1.0.2-beta4.20407.5
  - Microsoft.DotNet.Test.ProjectTemplates.5.0: from 1.0.2-beta4.20303.2 to 1.0.2-beta4.20407.5
This commit is contained in:
dotnet-maestro[bot] 2020-08-07 11:55:35 +00:00 committed by GitHub
parent 2a8ecf5634
commit 8f464211f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -67,13 +67,13 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>b052c4fcc200633443ccfedb0007e03b4b2340a8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.20303.2">
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.20407.5">
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>6865397797d0e0c36d8db45a4ea5f916ce616b9c</Sha>
<Sha>345cad2a4a3f7dffd53104cb1aa3d582faafb85d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.5.0" Version="1.0.2-beta4.20303.2">
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.5.0" Version="1.0.2-beta4.20407.5">
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>6865397797d0e0c36d8db45a4ea5f916ce616b9c</Sha>
<Sha>345cad2a4a3f7dffd53104cb1aa3d582faafb85d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="5.0.0-rc.1.20406.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/templating</Uri>

View file

@ -29,7 +29,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->
<MicrosoftDotNetTestProjectTemplates50PackageVersion>1.0.2-beta4.20303.2</MicrosoftDotNetTestProjectTemplates50PackageVersion>
<MicrosoftDotNetTestProjectTemplates50PackageVersion>1.0.2-beta4.20407.5</MicrosoftDotNetTestProjectTemplates50PackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- NUnit3.DotNetNew.Template versions do not 'flow in' -->
@ -113,7 +113,7 @@
<NUnit3Templates21PackageVersion>1.5.3</NUnit3Templates21PackageVersion>
<MicrosoftDotNetCommonItemTemplates21PackageVersion>1.0.2-beta3</MicrosoftDotNetCommonItemTemplates21PackageVersion>
<MicrosoftDotNetCommonProjectTemplates21PackageVersion>$(MicrosoftDotNetCommonItemTemplates21PackageVersion)</MicrosoftDotNetCommonProjectTemplates21PackageVersion>
<MicrosoftDotNetTestProjectTemplates21PackageVersion>1.0.2-beta4.20303.2</MicrosoftDotNetTestProjectTemplates21PackageVersion>
<MicrosoftDotNetTestProjectTemplates21PackageVersion>1.0.2-beta4.20407.5</MicrosoftDotNetTestProjectTemplates21PackageVersion>
<AspNetCorePackageVersionFor21Templates>2.1.14</AspNetCorePackageVersionFor21Templates>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->