From 86d36f95e827f7cf490ac5e638800704a17a1d9d Mon Sep 17 00:00:00 2001 From: Hugo Woodiwiss Date: Wed, 21 Feb 2024 23:37:23 +0000 Subject: [PATCH 1/2] Add net6.0 and net8.0 as Target Frameworks --- CHANGELOG.md | 4 ++++ src/Microsoft.Kiota.Authentication.Azure.csproj | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2ab5d..69a3891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.4] - 2024-02-26 + ### Added +- Added `net6.0` and `net8.0` as target frameworks. + ## [1.1.3] - 2024-02-05 ### Changed diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj index f24fe4d..0a472e2 100644 --- a/src/Microsoft.Kiota.Authentication.Azure.csproj +++ b/src/Microsoft.Kiota.Authentication.Azure.csproj @@ -6,7 +6,7 @@ © Microsoft Corporation. All rights reserved. Kiota Azure Identity Authentication Library for dotnet Microsoft - netstandard2.0;netstandard2.1;net5.0 + netstandard2.0;netstandard2.1;net5.0;net6.0;net8.0 latest true http://go.microsoft.com/fwlink/?LinkID=288890 @@ -14,7 +14,7 @@ https://aka.ms/kiota/docs true true - 1.1.3 + 1.1.4 true true @@ -34,9 +34,12 @@ README.md $(NoWarn);NU5048;NETSDK1138 - + true + + true + From 1a1286b971e5f4c93be889312cca23bd4f33aea5 Mon Sep 17 00:00:00 2001 From: Eastman Date: Thu, 22 Feb 2024 16:35:56 +0300 Subject: [PATCH 2/2] Update abstractions version --- src/Microsoft.Kiota.Authentication.Azure.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Kiota.Authentication.Azure.csproj b/src/Microsoft.Kiota.Authentication.Azure.csproj index 0a472e2..9b85c00 100644 --- a/src/Microsoft.Kiota.Authentication.Azure.csproj +++ b/src/Microsoft.Kiota.Authentication.Azure.csproj @@ -44,7 +44,7 @@ - + @@ -63,4 +63,4 @@ - \ No newline at end of file +