From 2bda69fd00c77ee5232573500395884323664300 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 18 Sep 2023 19:27:01 +0200 Subject: [PATCH] Dependabot will manage versions on main --- eng/Microsoft.Extensions.targets | 22 +++++++++---------- eng/Versions.props | 15 ++++++++++--- .../src/Microsoft.Maui.Templates.csproj | 2 +- .../Microsoft.Maui.Sdk.csproj | 3 +-- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/eng/Microsoft.Extensions.targets b/eng/Microsoft.Extensions.targets index 4994f44de096..596320eb37df 100644 --- a/eng/Microsoft.Extensions.targets +++ b/eng/Microsoft.Extensions.targets @@ -42,47 +42,47 @@ /> 7.0.203 7.0.7 - - 7.0.0 - 7.0.0 7.0.0 + + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 + 7.0.0 33.0.46 diff --git a/src/Templates/src/Microsoft.Maui.Templates.csproj b/src/Templates/src/Microsoft.Maui.Templates.csproj index db859471b58d..69ad92543b56 100644 --- a/src/Templates/src/Microsoft.Maui.Templates.csproj +++ b/src/Templates/src/Microsoft.Maui.Templates.csproj @@ -78,7 +78,7 @@ InputFilename="%(TemplateJsonInput.IntermediateLocation)" OutputFilename="%(TemplateJsonInput.IntermediateLocation)" MatchExpression="DOTNET_TFM_VALUE;DOTNET_TFM_VERSION_VALUE;DOTNET_TFM_VERSION_MAJOR_VALUE;MS_EXT_VERSION_VALUE" - ReplacementText="$(_MauiDotNetTfm);$(_MauiDotNetVersion);$(_MauiDotNetVersionMajor)000;$(MicrosoftExtensionsPackageVersion)" /> + ReplacementText="$(_MauiDotNetTfm);$(_MauiDotNetVersion);$(_MauiDotNetVersionMajor)000;$(MicrosoftExtensionsLoggingDebugPackageVersion)" /> diff --git a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj index a9d845d2d92d..357217e3453a 100644 --- a/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj +++ b/src/Workload/Microsoft.Maui.Sdk/Microsoft.Maui.Sdk.csproj @@ -21,8 +21,7 @@ <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_VERSION_NO_DOT" PropertyName="_MauiPreviousDotNetVersionNoDot" /> <_ValuesToReplace Include="MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION" PropertyName="MicrosoftMauiPreviousDotNetReleasedVersion" /> <_ValuesToReplace Include="MicrosoftWindowsAppSDKPackageVersion" PropertyName="MicrosoftWindowsAppSDKPackageVersion" /> - <_ValuesToReplace Include="MicrosoftExtensionsPackageVersion" PropertyName="MicrosoftExtensionsPackageVersion" /> - <_ValuesToReplace Include="MicrosoftExtensionsServicingPackageVersion" PropertyName="MicrosoftExtensionsServicingPackageVersion" /> + <_ValuesToReplace Include="MicrosoftExtensionsLoggingDebugPackageVersion" PropertyName="MicrosoftExtensionsLoggingDebugPackageVersion" /> <_ValuesToReplace Include="TizenUIExtensionsVersion" PropertyName="TizenUIExtensionsVersion" /> <_ValuesToReplace Include="_XamarinAndroidGlideVersion" PropertyName="_XamarinAndroidGlideVersion" /> <_ValuesToReplace Include="_XamarinAndroidXSecurityVersion" PropertyName="_XamarinAndroidXSecurityVersion" />