NAnt 新手 - 支持图表
Will any of you guys be kind and explain the framework support chart shown here: nant.sourceforge.net.
My primary interest is the meaning of the terms target and runtime in the context of nant?
Thanks in advance / derdres
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目标是指您可以编译项目所支持的框架(即,使用 NAnt,您可以编译 .NET 3.5 项目、Mono 2.0 项目、Silverlight 2.0 项目等)。
运行时是指可以运行NAnt的框架(例如,如果安装了.NET 1.0,则可以运行NAnt)。
Target refers to the supported frameworks against which you can compile your projects (i.e., with NAnt, you can compile .NET 3.5 projects, Mono 2.0 projects, Silverlight 2.0 projects, etc.).
Runtime refers to the frameworks on which NAnt can be run (for instance, if you have .NET 1.0 installed, you can run NAnt).