madelson / Echidna

An ADO.NET micro-ORM leveraging the best of modern C#
MIT License
5 stars 1 forks source link

Strong-name #6

Open Bartleby2718 opened 3 months ago

Bartleby2718 commented 3 months ago

Strong-naming from the get-go would be nice!

https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming

Bartleby2718 commented 3 months ago

Actually, I see

You should strong name your open-source .NET libraries if their targets include .NET Framework or .NET Standard. Strong naming is not required for libraries that target .NET Core/5+ only.

If we target net6.0 or above, I guess we won't have to do it. (EOL is November 2024 for .NET 6 and May 2024 for .NET 7.)