【发布时间】:2013-11-21 23:21:39
【问题描述】:
在下面的示例中...而不是为 .Net "v4.0" 编译,应该提供什么来编译 PCL 库?
var compiler = new CSharpCodeProvider(new Dictionary<string, string>
{
{"CompilerVersion", "v4.0"}
});
【问题讨论】:
标签: .net portable-class-library csharpcodeprovider