File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments