d-edge / Cardidy

A .net library to identify credit card number and cvv
MIT License
30 stars 12 forks source link

ci(net): install the latest patch #108

Closed aloisdg closed 1 year ago

aloisdg commented 1 year ago

It's better to use 7.0.x for feature bug and security fixes.

The dotnet-version input supports following syntax:

  • A.B.C (e.g 6.0.400, 7.0.100-preview.7.22377.5) - installs exact version of .NET SDK
  • A.B or A.B.x (e.g. 3.1, 3.1.x) - installs the latest patch version of .NET SDK on the channel 3.1, including prerelease versions (preview, rc)
  • A or A.x (e.g. 3, 3.x) - installs the latest minor version of the specified major tag, including prerelease versions (preview, rc)

source: https://github.com/actions/setup-dotnet#supported-version-syntax