问题描述
我们最近收到了一个问题我们的一位开发人员在Windows服务器上安装.NET Core以运行特定的应用程序。
我们安装了.NET Framework,但这还不够。
我的问题是(或者可能是讨论),我们是否应该将.NET Core Runtime添加到我们的Windows Server映像中?
以及围绕它的一些问题:
- 如果安装了.NET Framework,我们是否还需要安装.NET Core?
或者.NET Framework是否包含.NET Core?
- 对修补,安全性,服务器部署时间等有什么影响?
- .NET Core的NuGet功能是否存在我们的服务器映像安全风险?
We recently got a question from one of our developers to install .NET Core on a Windows Server to run a specific application.
We have the .NET Framework installed but this was insufficient.
My question is (or maybe a discussion), should we add the .NET Core Runtime to our Windows Server image?
And some questions around it:
- If the .NET Framework is installed, do we even need to install .NET Core?
Or does .NET Framework contain .NET Core?
- What is the impact on patching, security, server deployment time, etc.?
- Is the NuGet feature of .NET Core a risk for our server image security?
这篇关于我们应该将.NET Core Runtime添加到Windows Server映像吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!