From 958b74c5ef7184e18019ace6804de5fabb7e5523 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 15 Mar 2023 07:36:15 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/sdk build 20230314.38 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-preview.3.23164.31 -> To Version 8.0.100-preview.3.23164.38 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd78d5c83..df185ea69 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,22 +102,22 @@ https://github.com/dotnet/test-templates 94c498e399eb1cbb7290ed1e42564589a259312a - + https://github.com/dotnet/sdk - 78f32973f2c07f5fca716cfef4819f0abc80584f + 83971ae73e9a40583d4648ab746e0c44bd03572d - + https://github.com/dotnet/sdk - 78f32973f2c07f5fca716cfef4819f0abc80584f + 83971ae73e9a40583d4648ab746e0c44bd03572d - + https://github.com/dotnet/sdk - 78f32973f2c07f5fca716cfef4819f0abc80584f + 83971ae73e9a40583d4648ab746e0c44bd03572d - + https://github.com/dotnet/sdk - 78f32973f2c07f5fca716cfef4819f0abc80584f + 83971ae73e9a40583d4648ab746e0c44bd03572d diff --git a/eng/Versions.props b/eng/Versions.props index a3551db75..87d3cbe34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -78,9 +78,9 @@ - 8.0.100-preview.3.23164.31 - 8.0.100-preview.3.23164.31 - 8.0.100-preview.3.23164.31 + 8.0.100-preview.3.23164.38 + 8.0.100-preview.3.23164.38 + 8.0.100-preview.3.23164.38 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -131,8 +131,8 @@ We also need to special case the 1st patch release, because the incoming SDK version will never be 2 versions behind us in that case. Instead the indicator is that the incoming SDK version is not RTM or greater yet. --> - true - true + true + true $([MSBuild]::Subtract($(VersionFeature60), 1)) $([MSBuild]::Subtract($(VersionFeature70), 1)) $([MSBuild]::Subtract($(AspNetCoreTemplateFeature60), 1))