C#C
C#3y ago
80 replies
03xej

❔ Trying to setup C# environment for first time. Debian linux

distro: Debian 12
I installed .net stuff using these instructions:
https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian

I installed monodevelop using these instructions:
https://www.monodevelop.com/download/#fndtn-download-lin-debian
(latest version was for debian 10, so i installed that)

i made new .NET core project from console app template
Opening this new project, without running anything i get this message in "Package Console":
/usr/share/dotnet/sdk/7.0.306/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.props(14,38) : error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found.
Unable to create package spec for project. '/home/ade/Projects/test-amongus/test-amongus/test-amongus.csproj'

What do?
image.png
image.png
Demonstrates the various ways to install .NET SDK and .NET Runtime on Debian.
Install .NET on Debian - .NET
Was this page helpful?