SharpDevelop5.1最高支持4.5.2(发布时的最高版本)

修改源码:

\SharpDevelop_5.1.0.5216_Source\src\Main\Base\Project\Util\Versions.cs
    static class Versions
    {
        public static readonly Version V2_0 = new Version(2, 0);
        public static readonly Version V3_0 = new Version(3, 0);
        public static readonly Version V3_5 = new Version(3, 5);
        public static readonly Version V4_0 = new Version(4, 0);
        public static readonly Version V4_5 = new Version(4, 5);
        public static readonly Version V4_5_1 = new Version(4, 5, 1);
        public static readonly Version V4_5_2 = new Version(4, 5, 2);
        public static readonly Version V4_6 = new Version(4, 6);
        public static readonly Version V4_6_1 = new Version(4, 6, 1);
        public static readonly Version V4_6_2 = new Version(4, 6, 2);
    }
SharpDevelop_5.1.0.5216_Source\src\Main\Base\Project\Project\TargetFrameworks\TargetFramework.cs
    public abstract class TargetFramework
    {
        public static readonly TargetFramework Net20 = new DotNet20();
        public static readonly TargetFramework Net30 = new DotNet30();
        public static readonly TargetFramework Net35 = new DotNet35();
        public static readonly TargetFramework Net35Client = new DotNet35Client();
        public static readonly TargetFramework Net40 = new DotNet4x(Versions.V4_0, RedistLists.Net40, DotnetDetection.IsDotnet40Installed);
        public static readonly TargetFramework Net40Client = new DotNet4xClient(Versions.V4_0, RedistLists.Net40Client, DotnetDetection.IsDotnet40Installed);
        public static readonly TargetFramework Net45 = new DotNet4x(Versions.V4_5, RedistLists.Net45, DotnetDetection.IsDotnet45Installed);
        public static readonly TargetFramework Net451 = new DotNet4x(Versions.V4_5_1, RedistLists.Net45, DotnetDetection.IsDotnet451Installed);
        public static readonly TargetFramework Net452 = new DotNet4x(Versions.V4_5_2, RedistLists.Net45, DotnetDetection.IsDotnet452Installed);
        public static readonly TargetFramework Net46 = new DotNet4x(Versions.V4_6, RedistLists.Net45, DotnetDetection.IsDotnet452Installed);
        public static readonly TargetFramework Net461 = new DotNet4x(Versions.V4_6_1, RedistLists.Net45, DotnetDetection.IsDotnet452Installed);
        public static readonly TargetFramework Net462 = new DotNet4x(Versions.V4_6_2, RedistLists.Net45, DotnetDetection.IsDotnet452Installed);
\SharpDevelop_5.1.0.5216_Source\src\Main\Base\Project\ICSharpCode.SharpDevelop.addin
    <Path name = "/SharpDevelop/TargetFrameworks">
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net20" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net30" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net35" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net35Client" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net40" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net40Client" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net45" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net451" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net452" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net46" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net461" />
        <Static class="ICSharpCode.SharpDevelop.Project.TargetFramework" member="Net462" />
    </Path>

SharpDevelop5.1支持.net4.5.2以上版本相关推荐

  1. linux6.3支持gcc版本,Linux编程中GCC对C++标准支持和如何选择GCC版本使用

    关注公众号cpp_coder,学习更多实用技术. [说明]本公众号纯属于个人,没有商业运作.推送文章是C++技术网原创文章,供大家学习.希望大家多多支持,多多推荐.我们所有的推送,没有收入一分钱,只是 ...

  2. Oracle数据库版本维护支持结束时间表以及数据库版本发行时间表

    Oracle数据库版本支持结束时间表以及数据库版本发行时间表 数据库版本支持时间表: 大版本 (点击查看详情) 当前补丁集 下一补丁集 标准服务结束日期 扩展服务结束日期 注释 12.1.0.X 无 ...

  3. Windows Server 版本信息及支持期 Win10系统各版本服务起止日期。

    Windows Server 版本信息 https://docs.microsoft.com/zh-cn/windows-server/get-started/windows-server-relea ...

  4. 【PyTorch】切记:GeForce RTX 3090 显卡仅支持 CUDA 11 以上的版本!

    问题描述 前不久给新来的 2台 8 张 GeForce RTX 3090 服务器配置了深度学习环境(配置教程参考这篇文章),最近在使用的时候却遇到了各种问题. 问题 1:GeForce RTX 309 ...

  5. edge 错误 客户端和服务器不支持常用的 SSL 协议版本或密码套件

    不支持的协议 客户端和服务器不支持常用的 SSL 协议版本或密码套件. 解决方案: 此文章质量较低,不会获得较多流量扶持! 可能的原因为:篇幅太短,广告涉嫌违规,外链过多,缺少代码,图片涉嫌违规.此文 ...

  6. 对修饰器的实验支持功能在将来的版本中可能更改。在“tsconfig“ 或 “jsconfig“ 中设置 “experimentalDecorators“ 选项以删除此警告

    对修饰器的实验支持功能在将来的版本中可能更改.在"tsconfig" 或 "jsconfig" 中设置 "experimentalDecorators ...

  7. vscode报错之 对修饰器的实验支持功能在将来的版本中可能更改。在 “tsconfig“ 或 “jsconfig“ 中设置 “experimentalDecorators“ 选项以删除此警告。

    在使用mobox是 vscode出现报错: "对修饰器的实验支持功能在将来的版本中可能更改.在 "tsconfig" 或 "jsconfig" 中设置 ...

  8. 完美解决AutoCAD2012,AutoCAD2013本身电脑里有NET4.0或以上版本却装不上的问题

    适用情况:电脑里本身有NET4.0或4.5版本,并且正确安装.或本身你就装有AutoCAD2013或AutoCAD2012要装AutoCAD2012或AutoCAD2013却装不上的情况 如图1所示. ...

  9. SPF9139支持安卓微信7.0版本数据恢复

    大家好,我是 被感冒君穷追不舍的源妹 微信7.0版本从功能更新开始就热议不断 这不最近华为手机 因微信升级又出现部分Bug 导致文件.照片.小视频等功能难以打开 (手握OV丝毫不慌) 当然这些都不是重 ...

  10. android6.0最新补丁,谷歌发布安卓补丁修复漏洞 支持6.0之后所有版本

    原标题:谷歌发布安卓补丁修复漏洞 支持6.0之后所有版本 [PConline资讯]7月9日消息,上周在谷歌7月份安全公告中显示,7月发布的安卓补丁对系统44个漏洞进行了修复,其中有11个漏洞被评为严重 ...

最新文章

  1. php for 写入多行数据库,php – MYSQL意外插入多行
  2. [Xcode 实际操作]六、媒体与动画-(3)使用CoreImage框架设置图片的单色效果
  3. C#使用Xamarin开发可移植移动应用进阶篇(9.混淆代码,防止反编译)
  4. 水土保持功能评估中k值的计算公式
  5. Linux学习总结(49)——应当竭力避免在系统中运行的 Linux 命令
  6. Servlet3.0
  7. OpenMP 并行程序设计入门
  8. Eclipse下载与安装
  9. 【安全】(三)Django之SQL注入防御
  10. 仿iReader 阅读器(swift)
  11. python导入wx_Python“导入wx”
  12. 中国药妆市场竞争状况与销售渠道现状研究报告2022版
  13. 服务器美国视频网站吗,美国服务器可以做视频网站吗
  14. MFC入门(三)-- MFC图片/文字控件(循环显示文字和图片的小程序)
  15. Java应用性能分析工具:async-profiler
  16. Oracle知识点总结(一)
  17. 没有测试实践就没有发言权
  18. p2p打洞stun的原理
  19. 在ubuntu下烧写映像文件到SD卡--基于三星210开发板
  20. 新浪云php与微信,新浪SAE php能够获取微信的头像,但是在本地运行代码获取不到?...

热门文章

  1. 输入一个年份和一个月份,输出该年此月天数;知道日期,计算该日是本年的第几天(c语言)
  2. ShareX 屏幕截图分享好工具
  3. 【WSN通信】基于matlab粒子群算法改进能量均衡高效WSN LEACH协议【含Matlab源码 1562期】
  4. python中seaborn报错These `style` levels are missing dashes解决办法
  5. learning and evaluating representations for deep one-class classification
  6. 大一计算机考试题库打字题,大一计算机考试题库
  7. 搭建安卓打包环境,用官方示例anysdk生成apk运行
  8. 小学计算机京剧脸谱教案,小学脸谱教案
  9. 新世界黑客与匿名者组织宣布对美国DNS服务的大规模DDoS攻击负责
  10. 极光效果通发布重定向app拉活服务,为头部app提升DAU