dmitry afonin
dmitry afonin
I'm experiencing the same issue, and the same error-trace exactly. **Cerebro version**: 0.3.0
hit the same issue today with aspnet:6 tho
> If you just use SkiaSharp.NativeAssets.Linux.NoDependencies does it not work? sadly but it doesn't work :(
I'm using `mcr.microsoft.com/dotnet/aspnet:6.0` and `Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.80.3"` and it throws the same error.
Strange but it doesn't have the linux variant @mattleibow
Nevermind I had a condition when referencing the package and this condition was wrong so I ended up with no package for linux.
We good, it works, thanks for the help anyway :)
Where would you want to store new versions? * Combine all the projects as a one nuget-package and pull it with each global realese? aka `Microsoft.AspNetCore.All` * Turn each project...
There should be some kind of a distribution plan – we want just a simple executable file, like it's done in the classis telegram desktop app, or there would be...
> I think updating each project separately is too complex for now. Also I am fine with having multiple dlls: ILMerge docs say "Currently, ILMerge works only on Windows-based platforms"....