ChustaSoft / SecureConfig

Tool to give security to the configurations of an ASPNET Core application by encrypting sensitive information and handling in a secure way
GNU General Public License v3.0
15 stars 2 forks source link

Allow IHost encryption method to .NET 6.0 #48

Closed xaberue closed 2 years ago

xaberue commented 2 years ago

Now EncryptSettings method from IHost is only available for .NET 5.0, so projects upgrading from .NET 5.0 without using minimal hosting option has an extra and unnecessary complexity upgrading it.

Allowing this method to .net 5.0 and 6.0 will enhance/fix it