question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET developer pack 4.8 not available for Ubuntu?

See original GitHub issue

I’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:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
DareDevilStudioscommented, May 28, 2023

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

1reaction
creeloper27commented, Apr 18, 2023

Any update on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found