DarkRiftNetworking / DarkRift

DarkRift Networking by Unordinal
http://darkriftnetworking.com
Other
223 stars 66 forks source link

Build dependencies are in obsolescence #153

Closed epicality85 closed 2 years ago

epicality85 commented 2 years ago

Quick Description

Long list of build errors on a fresh install of VS2022CE and windows.

Explanation

Loooooong lis of errors due to missing dependencies like net4.0:

Darkrift fail to build solution

For Issues

Any build on new installs, due to VS2022CE obsoleting most of the dependencies.

JamJar00 commented 2 years ago

This feels more like an issue with the developer packs you have installed. DR targets a lot of different .NET versions and you probably need them all installed for VS to be happy. This line shows all the frameworks you need available (or remove them from there and the other csproj if you don't want them I guess!)

Perhaps we need more clarification in the documentation for building from source?

epicality85 commented 2 years ago

Too frustrating really. Can't find packages required in NuGet. Don't have time to build dependencies, to build dependencies, to build dependencies...