Nuget cannot find newer dependency

前端 未结 2 1523
轻奢々
轻奢々 2021-01-18 09:24

I\'ve just created a new project in ASP 5 MVC 6 beta8 and a compatible class library for tests. The problem occurs in this new \"Web Class Library\" project that I intended

2条回答
  •  生来不讨喜
    2021-01-18 10:03

    You can't have two different versions in the same project. You can use a * to allow up- or downgrade. See this artical Dependency-Resolution

提交回复
热议问题