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
BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility with MSBuild v2
Without this fix, MSBuild will name the output file
'net20BouncyCastle.dll'.
This change is 100% compatible with newer versions of MSBuild.
p.s. When setting the output path with the Visual Studio GUI (any
version I tested) a trailing slash is being used.
0 commit comments