TheAlgorithms / C-Sharp

All algorithms implemented in C#.
GNU General Public License v3.0
7.17k stars 1.53k forks source link

Conflicting .NET versions on the docs #463

Closed RicardoRibeiroRodrigues closed 3 months ago

RicardoRibeiroRodrigues commented 3 months ago

Describe the Bug: There is an inconsistency in the project documentation. The README.md file states that the project uses the .NET 8 SDK, but the CONTRIBUTING.md file mentions that it uses the .NET 6 SDK. It seems like the CONTRIBUTING.md file might be outdated. If this is the case, I'd be happy to submit a PR to fix it.

siriak commented 3 months ago

Yes, you are correct. Please submit a PR and I'll gladly review it. Thanks!