I'm using vs2015 with .net5.0 - SqlCredential works in DNX 4.5.1 but not DNX Core 5.0 even though I added this line below (under dnxcore50 section) to the dependencies
"System.Data.SqlClient": "4.0.0-rc2-23819"
still getting error msg from the compiler.