本文介绍了视觉工作室.netframework版本根据产品资格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我们的产品符合
Visual Studio 2015 RTM专业版+ Update3
.Netframework 4.6.1


我们的产品与visual studio集成。一旦我们打开visual studio,我们通过选择File-> New-> Project来创建项目,在模板下,我们选择我们的产品名称和
创建一个新的应用程序


在这个窗口中,我们看到.Net框架下拉列表,它列出了来自
的所有.Net框架版本 .Netframework 2.0
.Netframework 4.6.1



我的问题:


当我们打开创建应用程序时,
defau LT,.Netframework显示版本4.5.2 。由于我们有
合格的.Netframework 4.6.1 ,我们可以要求我们的开发人员展示.Netframework 4.6.2作为默认值?或者这应该是从微软完成的?请澄清。








 

解决方案

Hi,

Our product qualifiesVisual Studio 2015 RTM Professional Edition+Update3with .Netframework 4.6.1

Our product is integrated with visual studio. Once we open the visual studio, we create a project by selecting File->New->Project, under templates, we select our product name andcreate a New Application.

In this window, we see .Net framework dropdown, which lists all the .Net framework versions from.Netframework 2.0 to.Netframework 4.6.1

My Question :

When we open to create an application,by default, the .Netframework displays the version 4.5.2. As we havequalified .Netframework 4.6.1, can we ask our developers to display .Netframework 4.6.2 as default value? or this should be done from Microsoft? please clarify.



 

解决方案


这篇关于视觉工作室.netframework版本根据产品资格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 23:57