From d0a09199f8bf30cb3e3f46654117aeae1f72cd99 Mon Sep 17 00:00:00 2001 From: Tomas Weinfurt Date: Thu, 1 Jul 2021 16:50:55 -0700 Subject: [PATCH] package native quic library (#54992) * package native quic library * Update System.Net.Quic.csproj * Fix binplacing * exclude msquic.dll from trimming * Update src/libraries/System.Net.Quic/src/System.Net.Quic.csproj Co-authored-by: Viktor Hofer * remove local windows override Co-authored-by: Viktor Hofer --- .../src/System.Net.Quic.csproj | 26 ++++++++++++------- src/libraries/illink-oob.targets | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj index 60201faf945ac..6d8de7f5d6c8a 100644 --- a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj +++ b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj @@ -56,9 +56,14 @@ - - + + + + @@ -76,16 +81,17 @@ + + + + + + + + - - PreserveNewest - PreserveNewest - - - PreserveNewest - PreserveNewest - PreserveNewest PreserveNewest diff --git a/src/libraries/illink-oob.targets b/src/libraries/illink-oob.targets index b985b9edf5f32..72cecaf3b8bee 100644 --- a/src/libraries/illink-oob.targets +++ b/src/libraries/illink-oob.targets @@ -24,7 +24,7 @@ <_OOBsToIgnore Include="System.Configuration.ConfigurationManager" /> <_OOBsToIgnore Include="System.Speech" /> - <_NetCoreAppRuntimeAssemblies Include="$(NetCoreAppCurrentRuntimePath)*.dll" Exclude="$(NetCoreAppCurrentRuntimePath)*.Generator.dll;$(NetCoreAppCurrentRuntimePath)*.Native.dll" /> + <_NetCoreAppRuntimeAssemblies Include="$(NetCoreAppCurrentRuntimePath)*.dll" Exclude="$(NetCoreAppCurrentRuntimePath)*.Generator.dll;$(NetCoreAppCurrentRuntimePath)*.Native.dll;$(NetCoreAppCurrentRuntimePath)*msquic.dll" /> <_RuntimePackTrimmedAssemblies Include="$(MicrosoftNetCoreAppRuntimePackRidLibTfmDir)*.dll" />