Skip to content

Commit 892992e

Browse files
Add .NET 10 target framework support
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 542851e commit 892992e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Added per-certificate error isolation in Synchronize to prevent one bad cert from aborting sync
99
* Added BlockingCollection.IsAddingCompleted guard before CompleteAdding()
1010
* Improved error handling in HydrantIdClient - non-success HTTP responses now throw with status details
11+
* Added .NET 10 target framework support
1112

1213
# v1.0.1
1314
* SaaS Containerization Fixes, added enabled flag cleaned up some log messages

HydrantCAProxy/HydrantIdCAPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net8.0;net10.0</TargetFrameworks>
44
<ImplicitUsings>disable</ImplicitUsings>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

0 commit comments

Comments
 (0)