microsoft / vscode-azurehealthcareapis-tools

This VS Code extension contains a collection of tools to work with Azure Healthcare APIs.
MIT License
22 stars 16 forks source link

bump converter tool to 5.1.15, adding support for .NET 6.0 #75

Open liammoat opened 5 months ago

liammoat commented 5 months ago

This extension currently has a dependency on Microsoft.Health.Fhir.Liquid.Converter.Tool version 5.1.0.7. In turn, this depends on .NET Core 3.1.

This pull request updates the install-engine.sh script, to bump the version from 5.1.0.7 to 5.1.15. The latter version, targets .NET 6.0.

Note: I have not been able to test this end-to-end, as I was unable to get the extension to load locally in my dev environment. Any guidance here would be appreciated.