microsoft / vscode-apimanagement

VS Code extension for Azure API Management.
MIT License
60 stars 40 forks source link

extractor: require only .NET runtime and allow any version higher than 2.1 #321

Closed quanterion closed 1 year ago

quanterion commented 1 year ago

Refactor .NET runtime installation check. Require only runtime (not SDK) and allow any version higher than 2.1 (previously require 2.1 strictly)

quanterion commented 1 year ago

fixes https://github.com/microsoft/vscode-apimanagement/issues/119 and https://github.com/microsoft/vscode-apimanagement/issues/146