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 21 hours ago Report Posted 21 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 20 hours ago Report Posted 20 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 5 hours ago Report Posted 5 hours 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.
Dark Thoughts Posted 32 minutes ago Report Posted 32 minutes ago 20 hours 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. Flatpaks are, for better or worse, sandboxed applications that inherently ship with all their necessary dependencies inside of the package.
Recommended Posts