risk-of-thunder / R2API

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

Fix R2API.Core NuGet Package #479

Closed xiaoxiao921 closed 1 year ago

xiaoxiao921 commented 1 year ago

Don't use thunderstore nuget package mirror, as people who depends on R2API may not have that nuget package registry setup, the dependency on it wasnt justified anyway as it was just a bandaid fix until we had proper nuget package releases

The fix is to have a proper RoR2BepInExPack dll nuget release, reducing the dependency load.

Closes https://github.com/risk-of-thunder/R2API/issues/478