安装特定版本的EntityFramework

编程入门 行业动态 更新时间:2024-10-27 16:35:21
本文介绍了安装特定版本的EntityFramework的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想安装EF的旧版本,但是我不知道版本号。我们可以在Nuget中做到吗? 使用管理控制台总是得到最新的而不是所需的。

I want to install an old version of EF, but I don't know the version number. Can we do it in Nuget? Using manage console is always getting the latest one not a desired one.

我想从下拉菜单中查找并选择一个。使用命令行有点愚蠢。

I want to look up it from a drop down menu and select one. Using command line is sort of foolish.

推荐答案

要使用Package Manager控制台查看EntityFramework NuGet软件包的所有版本,可以运行:

To see all versions of the EntityFramework NuGet package using the Package Manager console you can run:

Get-Package -Filter EntityFramework -ListAvailable -AllVersions | Where-Object { $_.Id -eq 'EntityFramework' }

如果要使用GUI然后查看 NuGet包资源管理器。有一个选项可以显示NuGet软件包的所有版本。

If you want to use a GUI then take a look at NuGet Package Explorer. There is an option to show all versions of the NuGet packages.

或者,您可以在 NuGet网站。

更多推荐

安装特定版本的EntityFramework

本文发布于:2023-10-24 17:34:33,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1524575.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:版本   EntityFramework

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!