I have installed .NET Framework 4.5.2 on Windows 8.1. But in Visual Studio 2013 I do not see the .NET Framework 4.5.2 option (see screenshot). How do I target my project for .NET 4.5.2?
相关问题
- Generic Generics in Managed C++
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- How to Debug/Register a Permanent WMI Event Which
- Visual Studio 2019 - error MSB8020: The build tool
I had the same problem. The point was that I have installed DevPack only for my language.
NDP462-DevPack-KB3151934-RUS.exe
as the result the appropriate folder here
contained only one folder "ru", while the folder 4.6.1 was full of files.
In the end, installing
NDP462-DevPack-KB3151934-ENU.exe
solved the problem.
You need to install the Microsoft .NET Framework 4.5.2 Developer Pack
This contains the following components (emphasis added by me):