【发布时间】:2014-05-01 11:43:33
【问题描述】:
在安装了 .NET 4.5 和 .NET 4.5.1 的计算机上使用 Visual Studio 2013 Express,新创建的 WPF 项目将具有以下 App.config 文件。
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
请注意,在描述有效<supportedRuntime> 属性值的表中找不到App.config 中的值组合。 Link to the MSDN table for supportedRuntime attribute values
这对应用程序的功能有影响吗?
【问题讨论】:
标签: .net visual-studio-2013 app-config windows-8.1