[release/3.1.1xx] Update dependencies from dotnet/test-templates (#6258)

* Update dependencies from https://github.com/dotnet/test-templates build 20200129.1

- Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20079.1

* Update dependencies from https://github.com/dotnet/test-templates build 20200204.1

- Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20104.1

* Update dependencies from https://github.com/dotnet/test-templates build 20200205.1

- Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20105.1

* Update dependencies from https://github.com/dotnet/test-templates build 20200205.2

- Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20105.2

* Add feed back for templating package

Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
This commit is contained in:
dotnet-maestro[bot] 2020-02-11 20:17:47 +00:00 committed by GitHub
parent a630ee787d
commit 15fc73933c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -65,9 +65,9 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.19570.1">
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.3.1" Version="1.0.2-beta4.20105.2">
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>5117d3d9d7dfd3583f0c42a639efaf092f957b7b</Sha>
<Sha>1b134b5a258aa5dc1aefc27fea90f442abbe41cd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/templating</Uri>

View file

@ -28,7 +28,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->
<MicrosoftDotNetTestProjectTemplates31PackageVersion>1.0.2-beta4.19570.1</MicrosoftDotNetTestProjectTemplates31PackageVersion>
<MicrosoftDotNetTestProjectTemplates31PackageVersion>1.0.2-beta4.20105.2</MicrosoftDotNetTestProjectTemplates31PackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- NUnit3.DotNetNew.Template versions do not 'flow in' -->