Shockah / Nickel

A modding API / mod loader for the game Cobalt Core.
Apache License 2.0
3 stars 5 forks source link

Rework ModBuildConfig Assembly Handling #81

Closed Fayti1703 closed 8 months ago

Fayti1703 commented 8 months ago

This PR:

Open issues:

Shockah commented 8 months ago

As it is, this PR makes Nickel mods not build in VS. dotnet build works, as do legacy from VS.

Fayti1703 commented 8 months ago

I've pushed a new version of Fayti1703.AssemblyTasks that should target netstandard2.0, as VS requires for its builds (for whatever reason). @Shockah, could you check if this fixes the issue on your end?