【发布时间】:2015-07-22 10:42:59
【问题描述】:
.NET 框架 4.6 发布。我已经迁移了我的应用程序,但是当我部署到 Azure 网站时出现以下错误:
D:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.6" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.
有什么方法可以安装或捆绑这个版本吗?
【问题讨论】:
-
不,还不支持...
-
@Bidou:我们知道什么时候支持吗?
-
我没有找到这个信息...如果有人知道答案,我也很感兴趣...
-
@Lanorkin 这是很好的信息,谢谢,但也请记住,这是已发布的 .NET 4.6 中的一个错误。修复该错误并不意味着 Azure Web Apps 将立即跟进。 Azure 上的版本可能会更早到来;但是,请在此处阅读这篇文章(尤其是建议):blogs.msdn.com/b/dotnet/archive/2015/07/28/… 了解微软对这种情况的看法。