dotnet / dotnet/deployment-tools
[NetCoreCheck] Provide a way to check a range of versions
Open
area-NETCoreCheck
- Dominant language
- C#
- Stars
- 213
- Forks
- 73
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
Currently NetCoreCheck could be used to check whether is specific version of runtime is installed.
Would be also convenient to check whether any version within provided range is installed, e.g.: `3.x`, `3.1.x`, `>=3.0.0`, `>=5.0.0 < 5.1`, etc.
Contributor guide
Assessment
This issue has not been assessed yet.