.NET developer pack 4.8 not available for Ubuntu?
See original GitHub issueI’m trying to compile the onlyoffice Community server code on an Ubuntu droplet. After installing .NET 5.0 with runtime, I’m having difficult installing the .NET Developer pack version 4.8. As the the below shows that the pack is much needed:
# dotnet run
/usr/share/dotnet/sdk/5.0.301/Microsoft.Common.CurrentVersion.targets(1216,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.8 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/root/CommunityServer/common/ASC.Common/ASC.Common.csproj]
The build failed. Fix the build errors and run again.
Where do I get a developer pack that is compatible with Ubuntu 20?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
NET developer pack 4.8 not available for Ubuntu? #18646
NET 5.0 with runtime, I'm having difficult installing the .NET Developer pack version 4.8. As the the below shows that the pack is...
Read more >Install the .NET SDK or the .NET Runtime on Ubuntu
NET are available in the Ubuntu package feed. ... If the version of .NET you want isn't available, try using the dotnet-install script....
Read more >Install the .NET Framework developer pack or redistributable
This article provides links for installing all versions of .NET Framework from .NET Framework 4.5 to .NET Framework 4.8.1 on your computer. If ......
Read more >How to Install the .NET Runtime (or SDK) on Ubuntu 22.04
Learn how to install the .NET 6 SDK or runtime on Ubuntu and understand its limitations, requirements, and security implications.
Read more >Microsoft and Canonical announce native .NET availability ...
NET developers are now able to install the ASP.NET and .NET SDK and runtimes from Ubuntu 22.04 LTS with a single “apt install”...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
officially the dotnet framework 4.8 is only supported by windows. I have an application in dotnet framework 4.8 and now my client needs them in dotnet core 6.0 because its supported in linux. so do anyone any distributions that can handle dotnet framework 4.8? it would be of great help
Any update on this?