dotnet / SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MIT License
861 stars 288 forks source link

Code Coverage Job uses .NET7, should be upgraded #2943

Closed MichelZ closed 3 weeks ago

MichelZ commented 3 weeks ago

Not a huge deal, but .NET7 has been EOL for some time now, and the code coverage job still uses it: https://github.com/dotnet/SqlClient/blob/e6d1da12702fca1496fe04912ab418fec433abc5/eng/pipelines/common/templates/jobs/ci-code-coverage-job.yml#L47-L50

Should probably be changed to a higher (supported) version