.net 4.6 框架是就地升级 那么.net 框架 4.5 在 vs2015 中如何工作? [英] .net 4.6 framework is inplace upgrade then how is the .net framework 4.5 works in vs2015?

查看:28
本文介绍了.net 4.6 框架是就地升级 那么.net 框架 4.5 在 vs2015 中如何工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.net 4.6 框架是就地升级 那么.net 框架 4.5 在 vs2015 中如何工作?我只看到一个文件夹 v4.0.30319 .dll 是如何存储的以及在哪里?

.net 4.6 framework is inplace upgrade then how is the .net framework 4.5 works in vs2015? I see only one folder v4.0.30319 . How is the dll stored and where ?

推荐答案

更新:请注意,Reference Assemblies 仅包含元数据,根本不包含任何代码.感谢 @vcsjones 在下面指出这一点!

Update: Note that Reference Assemblies only contain metadata and NOT any code at all. Thanks @vcsjones for pointing this out below!

您可以在系统上找到一个Reference Assemblies"文件夹,其中保存了每个框架版本的确切二进制文件:

You can find a "Reference Assemblies" folder on your system in which the exact binaries for each framework version are kept:

Visual Studio 然后根据您的目标版本使用那些.这是来自面向 .Net 4.5.1 的项目的 System.dll 引用:

Visual Studio then uses those depending on which version you are targeting. This is the System.dll reference from a project targeting .Net 4.5.1:

这篇关于.net 4.6 框架是就地升级 那么.net 框架 4.5 在 vs2015 中如何工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆