You must add a reference to assembly 'netstandard, Version=2.0.0.0

后端 未结 17 2518
遇见更好的自我
遇见更好的自我 2020-12-02 08:23

The project is an ASP.NET MVC Web App targeting the .NET Framework 4.6.1.

All of a sudden (some NuGet packages were upgraded) I started to get the following error du

17条回答
  •  借酒劲吻你
    2020-12-02 08:35

    The solution of Quango in is working but I prefer to resolve it by adding this code in my Web.config like new projects :

    
        
          
          
        
      
    

提交回复
热议问题