I am following the getting started ASP.NET 5 for Mac. (https://www.twilio.com/blog/2015/08/getting-started-with-asp-net-5-and-visual-studio-code-on-a-mac.html). I noticed that they are using Twilio:
"dependencies": {
"Twilio": "4.0.3"
},
I am a bit confused because when I open this project in Visual Studio it complains that Twilio does not support framework v=5.4. Would it not be a bad idea to use this dependency since it doesn't support 5.4? Very confused here.
Edit for clearity:
They appear to clearly be targeting dnxcore50 in the frameworks section.