I have been using Azure Functions for the last month and have been happily creating them as V2 (.Net Standard)
Problem
Now after the most recent update I can only create V2 as (.Net Core), and these don't seem to be compatible with the old type.
Question
Do I really need to port all my old functions into this new type? This is the error I get when trying to reference a new function in an old function.
Project is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Project supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)


netstandard2.0tonetcoreapp2.0