From e66d28c39d8b000ef2f5208c4ed3b844804a585d Mon Sep 17 00:00:00 2001 From: CasDragon <91767316+CasDragon@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:06:42 -0500 Subject: [PATCH] Update README.md Replace references to dotnet 5.0 with dotnet 8.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2842c5de5..1673334dc8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A tool for browsing and managing Pathfinder: Wrath of the Righteous mods and the [![Download zip](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download zip")](https://github.com/Pathfinder-WOTR-Modding-Community/ModFinder/releases/latest/download/ModFinder.zip) the latest release, extract the folder, and run `ModFinder.exe`! -### **You must have [.NET Destkop Runtime 5.0](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.0-windows-x64-installer) or later installed.** +### **You must have [.NET Destkop Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.302-windows-x64-installer) or later installed.** ### You must have installed [UnityModManager](https://www.nexusmods.com/site/mods/21). @@ -76,7 +76,7 @@ File an [issue](https://github.com/Pathfinder-WOTR-Modding-Community/ModFinder/i * Make sure you have [UnityModManager](https://www.nexusmods.com/site/mods/21) installed * Run it and set it up for use with Wrath -* Make sure you have [.NET Destkop Runtime 5.0](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.0-windows-x64-installer) or later installed +* Make sure you have [.NET Destkop Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.302-windows-x64-installer) or later installed * .NET 6.0 and soon .NET 7.0 should work as well, but if not try the link above * .NET 5.0 is not the same thing as the .NET Runtime 5.0 which is not the same thing as the .NET Desktop Runtime 5.0; if you think already have .NET 5.0 or 6.0 installed and it isn't working, try that specific link * Try [running it as an Administrator](https://www.itechtics.com/run-programs-administrator/)