valheimPlus / ValheimPlus

A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
http://valheim.plus
GNU Affero General Public License v3.0
967 stars 237 forks source link

update to .Net Framework v4.8 #721

Open increddibelly opened 1 year ago

increddibelly commented 1 year ago

just something vs2022 keeps recommending I do.

increddibelly commented 1 year ago

This may not be such a great idea after all. I keep getting MONO errors and using the wrong version of .NET might be the root cause of this. I'll investigate a bit more.

paul-wade commented 1 year ago

@increddibelly Another solution that's working for me is to install the 4.5 SDK from the windows 8 SDK https://go.microsoft.com/fwlink/p/?LinkId=226658

tested on windows 11 and vs2022pre

increddibelly commented 1 year ago

I believe it is more an issue that it's not our call to decide which framework Valheim uses. Our opinion is irrelevant. Keeping valheimplus' version of .net identical to the version of unity / game code valheim uses makes life easier. I couldnt get it to work, which is also a good reason not to merge :-)