From aac328686a09d45740cddc1d78b72b3dc57bc097 Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Sat, 3 Feb 2024 22:14:49 +0000 Subject: [PATCH] Fix setting IsTrimmable on net5.0 build --- CHANGELOG.md | 1 + src/Microsoft.Kiota.Abstractions.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0240931..1115a3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Added `DynamicallyAccessedMembers` annotation to `RequestInformation.Configure`. +- Fixes `IsTrimmable` property on the project. ## [1.7.8] - 2024-02-02 diff --git a/src/Microsoft.Kiota.Abstractions.csproj b/src/Microsoft.Kiota.Abstractions.csproj index 1c643935..36f1878c 100644 --- a/src/Microsoft.Kiota.Abstractions.csproj +++ b/src/Microsoft.Kiota.Abstractions.csproj @@ -34,7 +34,7 @@ README.md $(NoWarn);NU5048;NETSDK1138 - + true