You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake(dotnet): Be able to disable a Target Framework Moniker (5f1cb90)
Update tools/docker to disable .Net SDK 3.1 on Ubuntu 22.04
Dev Note:
$ apt-get install -yq dotnet-sdk-3.1 dotnet-sdk-6.0
...
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dotnet-runtime-deps-3.1 : Depends: libssl1.0.0 but it is not installable or
libssl1.0.2 but it is not installable or
libssl1.1 but it is not installable
dotnet-runtime-deps-6.0 : Depends: libssl1.0.0 but it is not installable or
libssl1.0.2 but it is not installable or
libssl1.1 but it is not installable
The text was updated successfully, but these errors were encountered:
So currently, we can't install dotnet sdk on Ubuntu 22.04 => waiting for Microsoft to release it.
workaround: install it from script
-_-
.blocking by:
Dev Note:
The text was updated successfully, but these errors were encountered: