Detected package downgrade: Microsoft.NETCore.App from 2.1.3 to 2.1.0

后端 未结 8 686
遇见更好的自我
遇见更好的自我 2021-01-01 09:12

I try to update my .net solution from .NET Core 1.1 to .NET Core 2.1. I have several .NET Core and .NET standard projects inside, which reference each other and another NuGe

8条回答
  •  盖世英雄少女心
    2021-01-01 09:38

    I just experienced this same issue after adding a reference to MySQL.Data.

    The only solution was to explicitly define the version of the affected references in the .csproj file:

    
    
    
    
    
    
    

提交回复
热议问题