From 6e55e3d922314d5d215506231f8e0f6f191f207b Mon Sep 17 00:00:00 2001 From: Kevin Gallahan Date: Tue, 23 Jan 2024 20:58:17 -0500 Subject: [PATCH] Use PrivateAssets=compile to avoid exposing references to downstream consumers --- ebay-oauth-csharp-client/ebay-oauth-csharp-client.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ebay-oauth-csharp-client/ebay-oauth-csharp-client.csproj b/ebay-oauth-csharp-client/ebay-oauth-csharp-client.csproj index 6e4707d..ab5e8a2 100644 --- a/ebay-oauth-csharp-client/ebay-oauth-csharp-client.csproj +++ b/ebay-oauth-csharp-client/ebay-oauth-csharp-client.csproj @@ -7,9 +7,9 @@ - - - - + + + +