首页 > 学院 > 开发设计 > 正文

VS2013 .Net Framework 4.6以上使用问题

2019-11-08 18:41:40
字体:
来源:转载
供稿:网友

这里写图片描述

public string Status { get; set; } = “Core”;

PRivate static bool AppVeyor = false; private static string ParentDir => AppVeyor ? “” : @”……/”; private static string BinDir => Path.Combine(ParentDir, “ShareX”, “bin”);

上面代码统统报错 为啥已经安装了.Net Framework 4.6以上了,C# 6.0 的新特性还是不能用?


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表