本文介绍了什么是dotnet5.4和net451的类库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在ASPNET 5我创建了附带 dotnet5.4 net451 的项目。因为它是一个类库,我想这并不需要运行时,以便使用 net451 而不是 dnx451 (我的胡乱猜测) 。但是关于 dotnet5.4 什么究竟是什么用的?

In aspnet 5 I created a project which came with dotnet5.4 and net451. Since it's a class library I assume it does not need the runtime so uses net451 instead of dnx451 (my wild guess). But what about dotnet5.4 what exactly is that for ?

推荐答案

更新:使用的公告,绰号可能会再次发生变化。这个答案只有作用域RC1的发布。任何进一步的释放比RC2将不适用于此。

UPDATE: With this announcement, the monikers will probably change again. This answer is only scoped to the release of RC1. Any release further than RC2 won't apply here.

基本上, dnxcore50 成为 dotnet5.4 dnx451 变成了 net451

Basically, dnxcore50 became dotnet5.4 and dnx451 became net451.

这些都是暂时的开始与并必然要改变最终发布之前。

Those were temporary to begin with and were bound to change prior to the final release.

大部分信息可以在这里找到:

Most of this information can be found here:

这篇关于什么是dotnet5.4和net451的类库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 18:11