You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix package reference positioning in Commas.csproj
Reordered the `libse` package reference to align with best practices and added explanatory comments. These clarifications ensure better understanding of dependency management and runtime assembly resolution.
<!-- Note: these nuget package are already part of the main app (Subtititle Edit) so we are only using them here to allow the plugin to compaile-->
19
+
<!-- https://learn.microsoft.com/en-us/dotnet/framework/deployment/how-the-runtime-locates-assemblies#locating-the-assembly-through-probing (runtime will find these assembly in Application base)-->
0 commit comments