StarryNotes Posted July 2 Report Posted July 2 I hope this is the right category - I've tried to follow like six tutorials on installing Dotnet 10 via script and while it updated the DOTNET_ROOT, it didn't actually update which version my deck is using and I have no idea why - attached is the dotnet --info output. I have already added the necessary lines to the bashrc and restarted my deck.
isupor Posted 17 hours ago Report Posted 17 hours ago I'm having the same issue, did you ever find a solution? If not, the flatpack for VS works despite me not having dotnet10 for whatever reason.
Diff Posted 16 hours ago Report Posted 16 hours ago 26 minutes ago, isupor said: I'm having the same issue, did you ever find a solution? If not, the flatpack for VS works despite me not having dotnet10 for whatever reason. Flatpak's probably the easiest solution. It works because Flatpaks bundle everything they need inside (more or less).
Dilan Rona Posted 1 hour ago Report Posted 1 hour ago I still got dotnet 8 as the default on my system, added dotnet 10 directly to the vintage story folder, and added an environment variable that points to the location export DOTNET_ROOT=./dotnet # Manually set dotnet 10 variables export PATH=$PATH:./dotnet Then the scrip start vintage story just fine.
Recommended Posts