Force an application to run under specific .NET runtime version?

前端 未结 3 1576
暖寄归人
暖寄归人 2020-11-30 07:58

I have .NET 2.0 runtime installed, then I installed the .NET 4.0 runtime, so I have both. When I run a .NET app, is there a way to force which runtime will be used?

3条回答
  •  Happy的楠姐
    2020-11-30 08:26

    Here's a list of MSDN reference to target specific .NET Framework version for VS.NET projects:

    How to: Target a Specific .NET Framework

    Visual Studio 2010
    How to: Target a Specific .NET Framework Version or Profile

提交回复
热议问题