Hi, did you find anything? E.g. TypeProvider SDK build works with Windows but Ubuntu crashes on
`No usable version of libssl was found`:
https://github.com/fsprojects/FSharp.TypeProviders.SDK/ac...
As the `apply framework restriction` test shows, the framework restriction is not applied. This downloads a version that only supports .net 9 when I request the .net 8 framework.
My solution wor...
### Description
Dotnet Aspire fails to start when Paket is used to manage packages for the AppHost project.
### Repro steps
I created the default aspire template using the dotnet cli `dotn...
If you have a global.json set to an sdk other than 9 such as `8.0.403`, should you be seeing this warning? As in, is there some actual configuration issue here on the user's end, besides the librar...