Public bug reported:
I was doing some (very basic) testing on Jammy. I didn't get the
behavior I was expecting. I installed `ca-certificates` and the problem
was resolved. I'm wondering if we're just missing having `ca-
certificates` as a dependency.
Observed behavior:
https://gist.github.com/ric
This appears to be a related issue:
https://github.com/dotnet/sdk/issues/39544
However, it still seems like we're missing a ca-certificates dependency.
I use .NET on Ubuntu plenty, but on a desktop install, so this scenario
never showed up for me before.
** Bug watch added: github.com/dotnet/sdk/
The issue may be that .NET 7, for example, needs to grab the .NET 6
targeting pack. I'm guessing that it cannot reuse the targeting pack
that .NET 6 brings with it.
"targeting pack" == the reference assemblies that the compiler needs to
satisfy `net6.0` or `net7.0`
--
You received this bug notif
Thanks for addressing this issue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057982
Title:
Is a ca-certificates dependency missing?
To manage notifications about this bug go to:
https://bugs.la
Thanks!
I may be a bit early still. I tried testing with mantic, in an
ubuntu:mantic container.
root@476df89cabec:/# apt install dotnet8/mantic-proposed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version '8.0.103-8.0.3-0ubuntu1~23.10
Validated .NET 8 with `jammy-proposed`
Validated .NET 7 with `jammy-proposed`
Validated .NET 6 with `jammy-proposed`
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2057982
Title:
[SRU] Is a ca-cert