From f3ce5b132f0210c1cbaf6fc3c6f41f2bd8e9a90b Mon Sep 17 00:00:00 2001 From: Claudia Murialdo Date: Thu, 31 Mar 2022 13:57:58 -0300 Subject: [PATCH] Set PrivateAssets=all for OracleManagedDataAccess so it is not copied by default to web\bin directory. Remove unneeded reference from GxNetCoreStartup to GxPdfReportsCS. --- dotnet/src/dotnetcore/GxClasses/GxClasses.csproj | 8 +++++--- .../dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj | 1 - 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj b/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj index 4ca9d9785..58285ee69 100644 --- a/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj +++ b/dotnet/src/dotnetcore/GxClasses/GxClasses.csproj @@ -153,19 +153,21 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + + + - + diff --git a/dotnet/src/dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj b/dotnet/src/dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj index 8a454f5c4..fe91a110e 100644 --- a/dotnet/src/dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj +++ b/dotnet/src/dotnetcore/GxNetCoreStartup/GxNetCoreStartup.csproj @@ -20,7 +20,6 @@ -