From d5130a432cba3eb177d3285e65e7d4c805c46f5c 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: Fri, 11 Oct 2024 13:49:57 -0700 Subject: [PATCH 1/3] Add dotnet-libraries feed to NuGet.config --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index 3895ea7719d..71830ec91de 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,7 @@ + From cf1537e5258c46aa7223c57e0aec157f3d77c14e 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: Fri, 11 Oct 2024 13:50:38 -0700 Subject: [PATCH 2/3] Bump version of System.Runtime.CompilerServices.Unsafe to preview coming from maintenance-packages --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 67a7c56a80e..7e5a3d7c158 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,7 +24,7 @@ 5.0.0-preview.7.20320.5 10.0.0-alpha.1.24510.11 10.0.0-alpha.1.24510.11 - 6.0.0 + 6.1.0-preview.1.24511.1 10.0.0-alpha.1.24510.11 10.0.0-alpha.1.24510.11 10.0.0-alpha.1.24510.11 From b295957f2d2e1d4a3c206b61173a20b09e69bfbe 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, 14 Oct 2024 15:30:15 -0700 Subject: [PATCH 3/3] Filter the dotnet-libraries package source to only consume System.Runtime.CompilerServices.Unsafe. --- NuGet.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NuGet.config b/NuGet.config index 71830ec91de..45f674053fb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -22,6 +22,9 @@ + + +