- Published on
- Authors
- koskila
Resolving the Version conflicts for a downgraded .NET Core 2.1/2.2 web app project
I ran into compatibility issues with .NET Core 2.2 on my Azure Functions projects, so I downgraded my whole solution (an Azure Functions project, a helpers library, and a web application project) to 2.1, and got rid of that particular nuisance. This introduced a few new issues, though - namely, I started getting this error whenever trying to restore nuget packages or build the project: NU1107 Version conflict detected for Microsoft.AspNetCore.Razor.Language. Install/reference Microsoft.


![Cover image for Fixing "An assembly specified in the application dependencies manifest [projectname].deps.json was not found"](/cdn-cgi/image/sharpen=1,format=gif,quality=90,slow-connection-quality=50,onerror=redirect,fit=scale-down,width=1920/images/2577-image-2.gif)





















