EF Core tools version update 2.1.1

前端 未结 4 695
孤独总比滥情好
孤独总比滥情好 2021-01-03 23:48

If I run dotnet ef add testmigration

I get this warning: The EF Core tools version \'2.1.0-rtm-30799\' is older than that of the runtime \'2.1.1-r

4条回答
  •  心在旅途
    2021-01-04 00:14

    Ok.

    Turns out that this is caused by having the second latest sdk installed (2.1.301), but somewhere in the path a global.json pinned to version 2.1.300.

提交回复
热议问题