Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 C# 编程的新手,我刚刚安装了 .NET SDK,但我很困惑我是否还应该安装 .NET Core SDK 还是应该不理会 .NET SDK。我试过在 google 和 YouTube 上搜索,但找不到答案。
.NET 5.0 是该系列的新版本。目标是将 .NET Framework 和 .NET Core 合并到一个统一的平台中。
所以简而言之,这是 .NET Core 的新版本,如果您只想在 .NET 中开始编程而不需要一个或另一个版本,那么您就可以了。
您可以dotnet --info与.NET SDKs installed
dotnet --info
.NET SDKs installed