SignatureBeef / Open-Terraria-API

Open Terraria API - Mac, Linux & Windows
GNU General Public License v3.0
96 stars 37 forks source link

OTAPIv3 PC; Nuget package: outdated/incorrect dependencies. #67

Closed 0x3fcf1bbd closed 2 years ago

0x3fcf1bbd commented 2 years ago

The OTAPI.Upcoming nuget packages 3.0.37-alpha reference dependencies:

ModFramework (>= 1.0.39-alpha)
MonoMod (>= 22.3.23.4)
MonoMod.RuntimeDetour (>= 22.3.23.4) 

but ships binaries that are built against updated ones from 6596b5b:

ModFramework 1.0.40-alpha
MonoMod 22.5.1.1
MonoMod.RuntimeDetour 22.5.1.1

therefore requiring consumers to manually install the updated dependencies.

SignatureBeef commented 2 years ago

Should be sorted as of 3.0.40-alpha where automation of nuget dependencies should be implemented.