From 8d0997194fed5bd5cea0b0a507bf901cc5ff92db Mon Sep 17 00:00:00 2001 From: BDisp Date: Wed, 9 Oct 2024 16:09:11 +0100 Subject: [PATCH] Fixes #3784. SelfContained and NativeAot projects should use the local package in the release mode. --- NativeAot/NativeAot.csproj | 2 +- SelfContained/SelfContained.csproj | 2 +- nuget.config | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NativeAot/NativeAot.csproj b/NativeAot/NativeAot.csproj index 20721a952..4f5238a9d 100644 --- a/NativeAot/NativeAot.csproj +++ b/NativeAot/NativeAot.csproj @@ -15,7 +15,7 @@ - + diff --git a/SelfContained/SelfContained.csproj b/SelfContained/SelfContained.csproj index af651e3ca..46800e09c 100644 --- a/SelfContained/SelfContained.csproj +++ b/SelfContained/SelfContained.csproj @@ -18,7 +18,7 @@ - + diff --git a/nuget.config b/nuget.config index 808d98ba0..4b9464b11 100644 --- a/nuget.config +++ b/nuget.config @@ -9,6 +9,7 @@ +