From 7c78de3be51229ebb8df1e5ba35051e1b864d9ae Mon Sep 17 00:00:00 2001 From: Hayden Roszell Date: Thu, 30 May 2024 10:53:14 -0700 Subject: [PATCH 1/3] fix(deps): Revert main Azure App Registration and Enterprise Application Orchestrator extension .NET project to .NET 6 from .NET 8. --- .../AzureEnterpriseApplicationOrchestrator.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj b/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj index 5620d74..cbb872e 100644 --- a/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj +++ b/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj @@ -1,7 +1,7 @@ - net8.0 + net6.0 disable false false @@ -10,16 +10,16 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + From 424e67da73ed15d5b516cb28cddfbcc7747859f3 Mon Sep 17 00:00:00 2001 From: Hayden Roszell Date: Thu, 30 May 2024 11:04:13 -0700 Subject: [PATCH 2/3] chore(changelog): Update changelog [skip ci] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b243045..a9d0ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,6 @@ - 3.0.0 - Implement client certificate authentication as a secondary authentication method to Microsoft Graph API + +- 3.1.0 + - fix(deps): Revert main Azure App Registration and Enterprise Application Orchestrator extension .NET project to .NET 6 from .NET 8. From edc67a3c2d695b03a3f976e0a0dbde8a9eb3a0f4 Mon Sep 17 00:00:00 2001 From: Hayden Roszell Date: Thu, 30 May 2024 15:21:49 -0700 Subject: [PATCH 3/3] chore(deps): Revert Keyfactor.Logging --- .../AzureEnterpriseApplicationOrchestrator.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj b/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj index cbb872e..9ffa756 100644 --- a/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj +++ b/AzureEnterpriseApplicationOrchestrator/AzureEnterpriseApplicationOrchestrator.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 disable false false @@ -17,7 +17,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - +