asp.net mvc core The call is ambiguous between the following methods or properties:

后端 未结 1 1082
失恋的感觉
失恋的感觉 2021-01-12 12:16

I am working on an application, and I got an error in Startup.cs partial classes, and I cant find why this error shows up:

The call is ambiguous between the followin

相关标签:
1条回答
  • 2021-01-12 13:02

    This is because you are mixing package versions - you mixed rc1 (Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final") with 1.0.0. Move everything to 1.0.0.

    0 讨论(0)
提交回复
热议问题