Targeting .NET Framework 3.5, Using .NET 2.0 Runtime. Caveats?

后端 未结 5 802
情深已故
情深已故 2020-12-19 13:19

I\'m developing an application that is targeting the .NET 3.5 Framework. The application\'s setup installs the .NET 2.0 runtime on the target machine. So fa

5条回答
  •  温柔的废话
    2020-12-19 13:34

    If you're referencing 3.5 specific libaries such as System.Core or System.Xml.Linq then you'll need to ship 3.5.

提交回复
热议问题