Skip to content

Commit c097c0c

Browse files
authored
Merge pull request #20 from Keyfactor/dotnet6-58372
fix(deps): Revert main Azure Application Gateway Orchestrator extension .NET project to .NET 6 from .NET 8.
2 parents cd0543c + 953c467 commit c097c0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AzureAppGatewayOrchestrator/AzureAppGatewayOrchestrator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<RootNamespace>AzureApplicationGatewayOrchestratorExtension</RootNamespace>
66
<AssemblyName>AzureApplicationGatewayOrchestratorExtension</AssemblyName>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
- feat(certauth): Implement client certificate authentication as an alternative authentication mechanism.
2626
- chore(docs): Update documentation to discuss the Key Vault Azure role-based access control permission model.
2727
- fix(akv): Refactor Azure Key Vault certificate retrieval mechanism to recognize and appropriately handle secret versions.
28+
29+
- 3.1.0
30+
- fix(deps): Revert main Azure Application Gateway Orchestrator extension .NET project to .NET 6 from .NET 8.

0 commit comments

Comments
 (0)