.nuget\packages\beatsabermoddingtools.tasks\2.0.0-beta1\build\BuildTypes\BSMT.BSIPA.targets(5,9): warning : 'BeatSaberDir' property has been deprecated, please switch to 'GameDirectory' to set the Beat Saber path for your project.
But I can't use GameDirectory because BeatSaberModdingTools generates only BeatSaberDir. How can I clear this warning?
You can update to beta4, it gets rid of the warning iirc. The warning doesn't hurt anything (besides being annoying), GameDirectory is planned for the future.
I'm using BeatSaberModdingTools.Tasks v2.0.0-beta2 with it and whenever I build my project it prints the following warning.
But I can't use
GameDirectory
because BeatSaberModdingTools generates onlyBeatSaberDir
. How can I clear this warning?