From 0a121f84c53e2094621fcdb44ecc9797384ef5dd Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 18 Oct 2023 14:56:42 -0400 Subject: [PATCH 1/2] - enables trimming --- src/Microsoft.Graph/Microsoft.Graph.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index fed92b036cd..84ba3b23b67 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -35,6 +35,7 @@ https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md true README.md NU5048 + true bin\Release\Microsoft.Graph.xml From af7d31d95905c17299850ecaa8479783b300747a Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 20 Oct 2023 11:22:18 -0400 Subject: [PATCH 2/2] - adds additional targets --- src/Microsoft.Graph/Microsoft.Graph.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 84ba3b23b67..1b8f852d867 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -5,7 +5,7 @@ © Microsoft Corporation. All rights reserved. Microsoft Graph V1.0 Service Client Library Microsoft - netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1;net5.0 latest false Microsoft.Graph @@ -34,7 +34,7 @@ https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md true true README.md - NU5048 + $(NoWarn);NU5048;NETSDK1138 true