Project.json definition dnx451 vs .dotnet ( 4.51)

前端 未结 2 1121
攒了一身酷
攒了一身酷 2020-12-02 15:21

I\'ve some In asp vnext I can define 3 Types of runtime

  • dnxCore
  • dnx451
  • dotnet

In Project.json it looks like this:

<         


        
2条回答
  •  自闭症患者
    2020-12-02 15:50

    dotnet targets a slew of .NET Core 4.6 compatibilities. reference link

    "dotnet This is the new .NET Core for packages that don’t have any app model requirements." - reference link

    So by these definitions dotnet is the new runtime, not the previous one

提交回复
热议问题