Korasek
Member
- ServUO Version
- Publish 57
- Ultima Expansion
- The Second Age
Hello!
I am getting .NET 4.8 reference errors on `dotnet build` when building the shard's branch.
I tried to install it. I tried : apt, apt-get, then snap, wine, winetricks, tequila shots, .. always getting many install errors, even using `--force`.
I also tried to retarget using VS Comm. 2022, but 4.8 is the highest I can see.
Weird, if I built from the master branch I originally forked, it goes through.
Any hint/link on how to fix will be appreciated (I use to run and dev on Linux for a while, but never needed the 4.8 framework)
See below for a detailed setup.
Thanks and have a great automn everyone!
-K-
System
Ubuntu 22.04 LTS, desktop console (can't run graphics, too heavy) dotnet 6 and 7 are installed (5 couldn't be found)
My initial ServUO setup
- I created a fork from pub 57 on my git
- I created a branch for our shard (ours)
- I made all mods on the `ours` branch and used this one.
Linux
- I cloned my git folder
- Checkout in `ours`
- `dotnet build`
I'm getting 2 errors, then.
--
I am getting .NET 4.8 reference errors on `dotnet build` when building the shard's branch.
I tried to install it. I tried : apt, apt-get, then snap, wine, winetricks, tequila shots, .. always getting many install errors, even using `--force`.
I also tried to retarget using VS Comm. 2022, but 4.8 is the highest I can see.
Weird, if I built from the master branch I originally forked, it goes through.
Any hint/link on how to fix will be appreciated (I use to run and dev on Linux for a while, but never needed the 4.8 framework)
See below for a detailed setup.
Thanks and have a great automn everyone!
-K-
System
Ubuntu 22.04 LTS, desktop console (can't run graphics, too heavy) dotnet 6 and 7 are installed (5 couldn't be found)
My initial ServUO setup
- I created a fork from pub 57 on my git
- I created a branch for our shard (ours)
- I made all mods on the `ours` branch and used this one.
Linux
- I cloned my git folder
- Checkout in `ours`
- `dotnet build`
I'm getting 2 errors, then.
--