Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet 5 is EOL about 6 months ago #5031

Closed
roracle opened this issue Nov 22, 2022 · 3 comments
Closed

dotnet 5 is EOL about 6 months ago #5031

roracle opened this issue Nov 22, 2022 · 3 comments

Comments

@roracle
Copy link

roracle commented Nov 22, 2022

I found this out while trying to set up a private server at home and I'm running Fedora 37, which has removed dotnet 5 from the repos because it's no longer supported. All I have access to is version 6. I'm getting the following error:

`Microsoft (R) Build Engine version 17.0.1+b177f8fa7 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

/home/roracle/Downloads/ServUO-57.2/Scripts/Scripts.csproj : warning NU1503: Skipping restore for project '/home/roracle/Downloads/ServUO-57.2/Scripts/Scripts.csproj'. The project file may be invalid or missing targets required for restore. [/home/roracle/Downloads/ServUO-57.2/ServUO.sln]
Determining projects to restore...
Nothing to do. None of the projects specified contain packages to restore.
/usr/lib64/dotnet/sdk/6.0.110/Microsoft.Common.CurrentVersion.targets(1217,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 [/home/roracle/Downloads/ServUO-57.2/Server/Server.csproj]

Build FAILED.

/home/roracle/Downloads/ServUO-57.2/Scripts/Scripts.csproj : warning NU1503: Skipping restore for project '/home/roracle/Downloads/ServUO-57.2/Scripts/Scripts.csproj'. The project file may be invalid or missing targets required for restore. [/home/roracle/Downloads/ServUO-57.2/ServUO.sln]
/usr/lib64/dotnet/sdk/6.0.110/Microsoft.Common.CurrentVersion.targets(1217,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 [/home/roracle/Downloads/ServUO-57.2/Server/Server.csproj]
1 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.33`

@pyro17
Copy link
Contributor

pyro17 commented Nov 23, 2022

".NETFramework,Version=v4.8 were not found."

I dont think you have mono installed, Net wouldnt drop target versions, since that would break a lot of programs and would give a big backlash.

@bohica89
Copy link
Contributor

Did you try running a windows emulator inside linux to see if you still get the same error?

@pyro17
Copy link
Contributor

pyro17 commented Nov 28, 2022

This is not a linux issue. He is missing net framework, and for linux that is mono

@Voxpire Voxpire closed this as completed Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants