.NET dependency

Azure Functions are transitioning to running on .NET Standard 2.0, which is a specification that bridges the gap between different versions of .NET runtimes, notably .NET Framework and .NET Core.

.NET Standard allows developers creating custom libraries (such as different NuGet packages) to target one base library to run across all .NET platforms. For the application developers, .NET Standard will ensure that most third-party libraries will be available on every base platform, so that there is no significant difference between libraries available on .NET Framework and .NET Core, for instance.

.NET Standard is not an implementation of .NET runtime, but rather a specification that other runtime implementations, such as .NET ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.