Visual Studio 2013 and .NET 4.6

后端 未结 9 1990
暗喜
暗喜 2020-12-28 11:26

I\'m trying to set the 4.6 .NET framework for my project and in the settings, as it wasn\'t listed, I chose the last option - to install more frameworks. That directed me to

9条回答
  •  温柔的废话
    2020-12-28 12:17

    Referring to this support article by Microsoft:
    Microsoft .NET Framework 4.6 Targeting Pack and Language Packs for Windows

    In short you need three components:

    1. The .Net 4.6 Framework itself of course
    2. The .NET Framework 4.6 Targeting Pack
      • language neutral reference assemblies to compile against
      • download file name like “NDP46-TargetingPack-KB3045566.exe”
    3. optional: The .NET Framework 4.6 Targeting Pack Language Packs
      • translated IntelliSense help files
      • download file name like “NDP46-TargetingPack-KB3045566-ENU.exe”
        (suffix -ENU for english, -DEU for german etc.)

提交回复
热议问题