WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/kernels/dotnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default () => (
</p>
<div className="columns">
<div className="column">
<h4>First, install the .NET Core SDK 3.1. Then use the command line tool to install the global tool.</h4>
<h4>First, install the .NET Core SDK 5.0. Then use the command line tool to install the global tool.</h4>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a link to the .NET installer page here?

<SyntaxHighlighter language="zsh" style={github}>
{install}
</SyntaxHighlighter>
Expand Down