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
[build] $(JavaInteropProfile) now outputs to $(Configuration)Net45 folder
This allows us to have two sets of outputs:
- bin/Debug/Java.Interop.dll - referenced by MSBuild tasks
- bin/DebugNet45/Java.Interop.dll - referenced by Mono.Android.dll and apps
Other changes:
- Fixed warning where file was getting imported twice
- Updated `.gitignore` for `*.binlog` files
0 commit comments