aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
656 stars 86 forks source link

.NET7 support #148

Closed MagicAndre1981 closed 1 year ago

MagicAndre1981 commented 1 year ago

Next week .net 7 will be released:

Don’t forget about .NET Conf 2022. Join us November 8-10, 2022 to celebrate the .NET 7 release!

So it would be nice if .net7 can be added as TargetFramework.

aloneguid commented 1 year ago

This should be trivial to do. But what's the benefit of targeting .NET 7?

MagicAndre1981 commented 1 year ago

Microsoft deprecated .net standard so I have no idea if there are any side effects when using ns2.1 in new .net versions, so better target directly net7.0, this is simple to add and safe.

MagicAndre1981 commented 1 year ago

ok, after merging https://github.com/aloneguid/config/pull/149 this can be closed