From 90e201ee2316debe2e7fac200a1c923006eb1803 Mon Sep 17 00:00:00 2001 From: David Wrighton Date: Thu, 3 Jun 2021 17:29:24 -0700 Subject: [PATCH] Add System.Runtime.CompilerServices.Unsafe.dll to the list of dlls not part of the composite image to make roslyn work with the composite build (#53691) --- .../Microsoft.NETCore.App.Runtime.Composite.sfxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj index 950d06b..0cd2644 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj @@ -20,6 +20,7 @@ + -- 2.7.4