Netcore 2.1.1 release leads to app failing to run

后端 未结 7 1522
再見小時候
再見小時候 2020-12-24 03:09

It seems there is suddenly something out of sync with asp.net core packages.

It looks like Microsoft.AspNetCore.App 2.1.1 was released 16 hours ago on nuget.org but

7条回答
  •  春和景丽
    2020-12-24 03:49

    In addition to other suggestions, I needed to up the Microsoft.NetCore.App to 2.1.1. Since I couldn't do it via the UI, adding the following to the .csproj worked.

    
        
    
    

提交回复
热议问题