C
C#11mo ago
Zickles

❔ v4.7.2 not found

https://zickles.stay-mad.lol/lol/0sepd5vr.png i have 3 projects 1 uses 4.7.2 and 2 use 6.0 use both i am using jetbrains rider
17 Replies
Zickles
Zickles11mo ago
also i am on arch linux
Jimmacle
Jimmacle11mo ago
.NET Framework does not work on linux only .NET versions 5 and higher (and .NET Core)
Zickles
Zickles11mo ago
so how do i fix this then?
Jimmacle
Jimmacle11mo ago
either target a different version of .NET in the one project or use windows
Zickles
Zickles11mo ago
peepoCryAlot
arion
arion11mo ago
Hopefully this can assist with your migration from framework to core if u choose to stay on linux https://learn.microsoft.com/en-us/dotnet/core/porting/
Port from .NET Framework to .NET 7 - .NET Core
Understand the porting process and discover tools you may find helpful when porting a .NET Framework project to .NET 7.
Zickles
Zickles11mo ago
is still get this error
Zickles
Zickles11mo ago
its just v4.0 now instead of v4.7.2 is it possible to use 2 msbuild versions at the same time?
Jimmacle
Jimmacle11mo ago
just target a modern .NET version there's no reason to keep using .NET Framework
Zickles
Zickles11mo ago
how do i do that lmao i dont think i can it is hardcoded somewhere that it requires v4.0 of .netframework yea
Jimmacle
Jimmacle11mo ago
look at the link that the other person sent
Denis
Denis11mo ago
Do not create .NET Framework projects
Denis
Denis11mo ago
Denis
Denis11mo ago
Also, just as a side note, you won't be able to create WPF and WinForms projects, as those projects are bound to Windows. Well, you will be able to create them, but building them is out of the question in a non-windows environment
Accord
Accord11mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.