Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@artmasa artmasa released this 28 Jan 20:14
6d3e390
  • Removing support for STS .NET versions (7.0), as these versions are not supported by Azure Functions runtime.
  • Removing ARM authentication support to align with Azure Functions runtime changes.
  • Aligning IdentityModel packages versions with versions specified in the Script.WebHost* project for the version used in Azure hosts at the moment for InProc apps on .NET 8 (.NET 6 package still targets dependencies for that version).
  • Referenced version of the SDK Host is 4.35 to ensure compatibility with development environments.

Most of the changes here correct issues for .NET 8 In-Process scenarios where identity packages were not aligning with the host environment.
Isolated applications don't have these issues as the version of the identity packages do not conflict with the Functions host runtime.