Back to Writing
NOTESazure-functionsvisual-studiodotnettroubleshooting

Azure Functions in Visual Studio - Fixing NU1100 Package Error

July 2, 2023Updated Feb 17, 2026

(As of 2023-07-02)

If you encounter errors like NU1100,

it may be a package-related issue.

Just like VS Code, Visual Studio comes with Microsoft.NET.Sdk.Functions 4.1.1 installed by default.

There is currently a conflict with this version.

Upgrading to the stable version 4.2.0 resolved the issue.

Here is how:

Post image

In Visual Studio's Solution Explorer, right-click on Packages,

Post image

Open the NuGet Package Manager window.