The specified framework version '2.0' could not be parsed错误处理

it2022-05-05  90

今天在弄.NetCore EF Migartion 时候发生了这个问题,而这个问题是在上一次弄的时候没有出现过的。

就是这么个问题。

在一篇博文里有解决方案,传送门:https://blog.reyno.co.uk/visual-studio-15-4-4-and/

解决方案:

在程序的xxxx.csproj文件中添加一行xml

<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>

类似

搞定。

 

转载于:https://www.cnblogs.com/FlyStupidBird/p/8250239.html

相关资源:各显卡算力对照表!

最新回复(0)