数据服务和 Linq DLL 在构建后恢复到不同版本

发布于 2024-08-24 20:59:58 字数 337 浏览 7 评论 0原文

我们当前正在使用一个使用数据服务和 Linq 的 ASP.NET 项目。在通过向导/模板新创建项目之前。 bin 文件夹中生成的 DLL 的版本为 3.0.40818.0,但每次我重建 DLL 的版本时都会恢复为版本 2.0.31005.0。我尝试检查引用的程序集,它显示

System.Data.Services.Client 的版本是 3.5.0.0,而运行时的版本是 v2.0.50727(我相信运行时版本与 DLL 的版本无关)。

另外,对于 System.Xml.Linq 的程序集,其中包含版本 3.5.0.0。我还检查了全局程序集缓存,其中只有 3.5.0.0 版本。

有人知道为什么版本会改变吗?

We are currently using an ASP.NET project that uses Data Services and Linq. Before when the project was newly created via Wizard/Template. The generated DLL in the bin folder has the version 3.0.40818.0 but each time I rebuild the versions of the DLL reverts back into version 2.0.31005.0. I tried checking the referenced assembly and it says

System.Data.Services.Client is version 3.5.0.0 while the runtime is v2.0.50727 (I believe the runtime version is not related to the version of the DLL).

Also for the assembly of the System.Xml.Linq has version 3.5.0.0 in it. I also checked the global assembly cache and it only has version 3.5.0.0 in it.

Does anybody know why the version is changing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文