标签: asp.net .net .net-core archlinux
我正在为ASP.NET应用设置Arch Linux服务器,但我注意到有2个运行时:
dotnet-runtime
aspnet-runtime
很明显,我会选择aspnet-runtime,但是为什么要把这两个运行时分开呢?
我可以在ASP.NET应用中使用dotnet-runtime吗?
为什么dotnet-sdk仅依赖dotnet-runtime,而不依赖aspnet-runtime?
dotnet-sdk