From 8d46dd902939638c2583b13357f448fffaef0cad Mon Sep 17 00:00:00 2001 From: Diego Colombo Date: Thu, 8 Apr 2021 16:02:17 +0100 Subject: [PATCH] Update dotnet.js --- components/kernels/dotnet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kernels/dotnet.js b/components/kernels/dotnet.js index d124ee59..9af268bd 100644 --- a/components/kernels/dotnet.js +++ b/components/kernels/dotnet.js @@ -25,7 +25,7 @@ export default () => (

-

First, install the .NET Core SDK 3.1. Then use the command line tool to install the global tool.

+

First, install the .NET Core SDK 5.0. Then use the command line tool to install the global tool.

{install}