How to choose .net core version? #1375
-
Is there a way to force Jupyter Notebook to use a particular version of .net? It seems to be defaulting to .Net Core 3.1 even though I have .net 5.0 installed. .net-interactive-csharp\2e536de046f04d5a8183344a9ac84db2\r.csproj : error NU1202: Package Microsoft.DotNet.Interactive.ExtensionLab 1.0.0-beta.21228.1 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.DotNet.Interactive.ExtensionLab 1.0.0-beta.21228.1 supports: net5.0 (.NETCoreApp,Version=v5.0) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It looks like it's defaulting to .NET 5. We don't currently have a way to choose the version. |
Beta Was this translation helpful? Give feedback.
It looks like it's defaulting to .NET 5. We don't currently have a way to choose the version.