Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.1.0.0

前端 未结 9 1321
情书的邮戳
情书的邮戳 2020-12-01 09:13

I have a .NET Standard 1.4 class library that references the System.ComponentModel.Annotations (4.3.0) NuGet package.

I\'m then referencing this class library from a

9条回答
  •  难免孤独
    2020-12-01 09:27

    In my case, I was using 4.0.0, so I fixed it by adding in

    
    
      
        
        
      
    

    Adapt to your required version.

提交回复
热议问题