I have just upgraded a net451
classic dotnet project to multi-target project using net461/netstandard2.0
with reasonable success.
Did however come across this compiler error for net461
when it comes to gaining access legacy configuration files via:
AppDomain.CurrentDomain.SetupInformation.ConfigurationFile
This appears to not be a thing in netstandard2.0
:) Anyone know of any work arounds or good solutions?