From 519d583b26ef1d6e12c7ed6084a4f3288d363a8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?=
<1175054+carlossanlop@users.noreply.github.com>
Date: Mon, 9 Dec 2024 15:35:33 -0800
Subject: [PATCH 1/2] Only update razor dependencies coming from
maintenance-packages when source build is true. Tracking issue:
https://github.com/dotnet/sdk/issues/45155
---
Directory.Packages.props | 4 ++--
eng/Versions.props | 10 ++++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 3d16f736847..fa36bb40249 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -115,7 +115,7 @@
-
+
@@ -127,7 +127,7 @@
at the appropriate version, in combination with using CentralPackageTransitivePinningEnabled, will
ensure the correct version is used in all places
-->
-
+
diff --git a/eng/Versions.props b/eng/Versions.props
index 6be719a0d85..6a02305158c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -100,4 +100,14 @@
2.6.6
1.7.0
+
+
+
+ 6.0.1
+ 4.5.4
+
+
+ 6.1.0
+ 4.6.0
+
From 37fe198029a162ec800d19dcdb0e89863892d31c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?=
<1175054+carlossanlop@users.noreply.github.com>
Date: Mon, 9 Dec 2024 15:50:08 -0800
Subject: [PATCH 2/2] Apply suggestions from code review
Co-authored-by: David Wengier
---
eng/Versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eng/Versions.props b/eng/Versions.props
index 6a02305158c..397a5274de8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -106,7 +106,7 @@
6.0.1
4.5.4
-
+
6.1.0
4.6.0