Voxpire

Vita-Nex
Administrator
Voxpire submitted a new resource:

Upgrading to .NET 4.8 for old projects - How to update older RunUO or ServUO shards to target .NET 4.8

This tutorial is a short and sweet step-by-step guide on updating the target framework for older projects such as RunUO 2.2 and earlier, or ServUO P56 and earlier.

This assumes that your project is set up with the necessary SLN and CSPROJ files needed to compile using MSBuild / CSC.

Using Notepad or another text editor, find and open all .csproj files in your entire project.

A typical project should have at least a Server.csproj and a Scripts.csproj, if you also...

Read more about this resource...
 
Back