From 3cd1260bcb5d01867e5782bca81c31cc03709a27 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 15:00:26 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/test-templates build 20210928.1 (#12158) [main] Update dependencies from dotnet/test-templates --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d89ed171c..4f696e6d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -76,17 +76,17 @@ <Uri>https://github.com/dotnet/aspnetcore</Uri> <Sha>d2c48ca1a7d97ab136dcdf029e96e38ebb16ba21</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.21473.1"> + <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.21478.1"> <Uri>https://github.com/dotnet/test-templates</Uri> - <Sha>c40ef7e056b48e011c43a21354d6790ba6b8b4fc</Sha> + <Sha>288a8509b31ce7b2f267fae8eef58cd31a0c4b1e</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.5.0" Version="1.0.2-beta4.21473.1"> + <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.5.0" Version="1.0.2-beta4.21478.1"> <Uri>https://github.com/dotnet/test-templates</Uri> - <Sha>c40ef7e056b48e011c43a21354d6790ba6b8b4fc</Sha> + <Sha>288a8509b31ce7b2f267fae8eef58cd31a0c4b1e</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.6.0" Version="1.0.2-beta4.21473.1"> + <Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.6.0" Version="1.0.2-beta4.21478.1"> <Uri>https://github.com/dotnet/test-templates</Uri> - <Sha>c40ef7e056b48e011c43a21354d6790ba6b8b4fc</Sha> + <Sha>288a8509b31ce7b2f267fae8eef58cd31a0c4b1e</Sha> <SourceBuild RepoName="test-templates" ManagedOnly="true" /> </Dependency> <Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-alpha.1.21427.3" CoherentParentDependency="Microsoft.NET.Sdk"> diff --git a/eng/Versions.props b/eng/Versions.props index bb689c7a6..74622c75e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,8 +36,8 @@ </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/test-templates --> - <MicrosoftDotNetTestProjectTemplates50PackageVersion>1.0.2-beta4.21473.1</MicrosoftDotNetTestProjectTemplates50PackageVersion> - <MicrosoftDotNetTestProjectTemplates60PackageVersion>1.0.2-beta4.21473.1</MicrosoftDotNetTestProjectTemplates60PackageVersion> + <MicrosoftDotNetTestProjectTemplates50PackageVersion>1.0.2-beta4.21478.1</MicrosoftDotNetTestProjectTemplates50PackageVersion> + <MicrosoftDotNetTestProjectTemplates60PackageVersion>1.0.2-beta4.21478.1</MicrosoftDotNetTestProjectTemplates60PackageVersion> </PropertyGroup> <PropertyGroup> <!-- NUnit3.DotNetNew.Template versions do not 'flow in' --> @@ -146,7 +146,7 @@ <NUnit3Templates21PackageVersion>1.5.3</NUnit3Templates21PackageVersion> <MicrosoftDotNetCommonItemTemplates21PackageVersion>1.0.2-beta3</MicrosoftDotNetCommonItemTemplates21PackageVersion> <MicrosoftDotNetCommonProjectTemplates21PackageVersion>$(MicrosoftDotNetCommonItemTemplates21PackageVersion)</MicrosoftDotNetCommonProjectTemplates21PackageVersion> - <MicrosoftDotNetTestProjectTemplates21PackageVersion>1.0.2-beta4.21473.1</MicrosoftDotNetTestProjectTemplates21PackageVersion> + <MicrosoftDotNetTestProjectTemplates21PackageVersion>1.0.2-beta4.21478.1</MicrosoftDotNetTestProjectTemplates21PackageVersion> <AspNetCorePackageVersionFor21Templates>2.1.30</AspNetCorePackageVersionFor21Templates> </PropertyGroup> <!-- infrastructure and test only dependencies -->