From 6ddffcbca4fdb81f546f62e5b54799873ee229a8 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Wed, 14 Jul 2021 23:25:21 +0800 Subject: [PATCH] Remove TraceEvent Package x86 native lib --- Netch/Netch.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index 267ec8e3..c6797ec5 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -90,6 +90,7 @@ + <_FilesToBundle Remove="$(PkgMicrosoft_Diagnostics_Tracing_TraceEvent)\build\native\x86\**" /> <_FilesToBundle Remove="$(PkgMicrosoft_Diagnostics_Tracing_TraceEvent)\lib\netstandard1.6\Dia2Lib.dll" /> <_FilesToBundle Remove="$(PkgMicrosoft_Diagnostics_Tracing_TraceEvent)\lib\netstandard1.6\OSExtensions.dll" /> <_FilesToBundle Remove="$(PkgMicrosoft_Diagnostics_Tracing_TraceEvent)\lib\netstandard1.6\TraceReloggerLib.dll" />