risk-of-thunder / R2API

A modding API for Risk of Rain 2
https://thunderstore.io/package/tristanmcpherson/R2API/
MIT License
136 stars 55 forks source link

Issue w/ `R2API.Core` dependencies on latest package release #478

Closed 6thmoon closed 1 year ago

6thmoon commented 1 year ago

Attempts to update R2API.Core via nuget to version 5.0.7 are resulting in the following error:

NU1101: Unable to find package bbepis-BepInExPack. No packages exist with this id in source(s): BepInEx, nuget.org

Previous versions did not include this package, as a dependency on BepInEx.Core is already present. Could be related to 46b326e85215eff57ad1ae0ddb06f0f51d2294ec.

xiaoxiao921 commented 1 year ago

Ha yep, this is because this package is coming from another nuget source: https://github.com/risk-of-thunder/R2API/blob/master/nuget.config#L5

A proper fix will be to remove that bbepis-BepInExPack ref and simply have it depends on RoR2BepInExPack (i'll upload to regular nuget at some point), just need to find the time for it