A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
it's working now!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The other day, Debian 11 (bullseye) was officially released.
The following repository provided when installing ASP .net core is not prepared for Debian 11.
https://packages.microsoft.com/debian/
When will Debian 11 be supported?
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
it's working now!
It appears the bullseye package source has been added (https://packages.microsoft.com/debian/11/prod) so you should be able to change the /etc/apt/sources.list.d/microsoft-prod.list to:
deb [arch=amd64,armhf,arm64] https://packages.microsoft.com/debian/11/prod bullseye main
However, sudo apt-get install -y dotnet-sdk-5.0 returns:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package dotnet-sdk-5.0
E: Couldn't find any package by glob 'dotnet-sdk-5.0'
E: Couldn't find any package by regex 'dotnet-sdk-5.0'
So I don't think it's quite ready.