Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

error: Package 'Microsoft.Azure.WebJobs.Extensions' is incompatible with 'all' frameworks in project '

$
0
0

Following this MS doc/article, created .NET 6 Console App in Visual Studio 2022.No Modifications has done yet.

While linking the given NuGet Package, I'm getting this error: Package 'Microsoft.Azure.WebJobs.Extensions' is incompatible with 'all' frameworks in project in the package manager console.

.csproj:

<Project Sdk="Microsoft.NET.Sdk"><PropertyGroup><OutputType>Exe</OutputType><TargetFramework>net6.0</TargetFramework><ImplicitUsings>enable</ImplicitUsings><Nullable>enable</Nullable></PropertyGroup></Project>

What is the cause of this issue?

Also, I cannot see any Azure NuGet Packages in the Visual Studio.enter image description here

Do I want to update anything here?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>