* Upgrade to .NET SDK 8.0.100-preview.7.23376.3
* Upgrade Microsoft.CodeAnalysis.CSharp to 4.7.0-2.final
* Upgrade to PowerShell SDK 7.4.0-preview.5
* Upgrade to PackageManagement version 1.4.8.1
* Upgrade to PowerShell SDK 7.4.0-preview.1
* Upgrade to .NET SDK 7.0
* Update README.md to target net7.0 and PowerShell 7.4
* Upgrade TargetFramework to net7.0
* Update tests: Convertfrom-Json returns an ordered hashtable
* Reset build counter for PowerShell 7.4
* Update package id to Microsoft.Azure.Functions.PowerShellWorker.PS7.4
* Add PowerShell 7.4 to the list of supported versions
* Update E2E tests to target PowerShell 7.4
* Remove logic to create case-insensitive hashtable from the ConvertFromJson output
* Update tests
* Add support to update the PowerShell 7.2 and 7.4 language workers in the Core Tools
* Try to create a case insensitive Hashtable for the DurableClient when deserializing JSON
* Update ConvertFromJson logic for Durable client
* Add test case to validate TypedDataToCaseInsensitiveHashtable deserialization
* Update build.ps1 logging
* Set TargetFramework to net6.0
* Upgrade to .NET SDK 6.0
* Upgrade to PowerShell SDK 7.2.0
* Set PowerShellVersion to 7.2
* Set the PowerShell language worker version to 7.2
* Upgrade to PowerShell SDK 7.1.0
* Upgrade to .NET SDK 5.0
* Upgrade TargetFramework to net5.0
* Upgrade Microsoft.Azure.EventHubs to 4.3.2
* Upgrade to PowerShell SDK 7.2.0-preview.8
* Upgrade to .NET SDK 6.0
* Upgrade TargetFramework to net6.0
* Upgrade to .NET SDK 6.0 to 6.0.100-preview.7.21379.14
* Remove .Net 5 requirement as this is no longer needed
* Update Start-E2ETest.ps1 to target Functions V4
* Install the .Net version used by the Core Tools
* Upgrade to PowerShell SDK 7.2.0-preview.9
* Upgrade to .NET SDK 6.0
* Upgrade Microsoft.PowerShell.SDK to 7.0.0-rc.2
* Upgrade to netcoreapp3.1
* Update bundled module versions to match PS7.rc2
(see https://github.com/PowerShell/PowerShell/blob/release/v7.0.0-rc.2/src/Modules/PSGalleryModules.csproj)
* Switch to the PS6 error formatting style
* Update PowerShell, Functions runtime, and .NET SDK version references in README
* Update .NET Core SDK references in helper.psm1 to 3.1
* Switch to Visual Studio 2019
* first e2e test
* conditionally chmod +x
* actually run the tests :)
* get job differently
* don't fail if we cant get the job
* honor configuration
* handle env:CONFIGURATION not set
* address Pragna's feedback
* add TestFunctionApp change
* elaborate test name
* add additional test cases
* typo
* add trigger metadata tests and Error test
* new lines
* address Steve's feedback
* address Steve's feedback
* nit extra line
* add logic to grab dependencies
* move psdepends logic
* PSDepends is not a required dependency
* move comment
* actually include install deps script
* fix path
* commit handle Azure authentication
* move WriteAsync out of using
* authenticate to azure per-request and address feedback
* moved Auth to Azure in Worker Init for now