c# - Trying to port a .NET 4.0 project to .NET Standard 1.4 with ConfigurationSection -
i've got .net 4.0 project i'm trying convert .net standard 1.3 or 1.4.
in 4.0 project has configurationsection
code i'm not sure how port.
i understand .net core things have changed config files , stuff, .net standard class library i'm not sure how works/what means.
what recommended thing do?
is literally use specific nuget package , i'm good? mean need change code it's more xplat happy, though?
Comments
Post a Comment