您现在的位置是:网站首页> C#技术
让低版本的.NET在高版本上运行
- C#技术
- 2020-11-11
- 745人已阅读
摘要
让低版本的.NET在高版本上运行
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/> </startup> </configuration>