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
[Java.Interop] Remove obj/* from @(Compile) for x-a (#585)
After commit 95712a2 we now hit the opposite condition:
The SDK-style build of `Java.Interop.csproj` generates
`obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs`
which is now included by the `<Compile Include="**\*.cs" />` within
`Java.Interop-MonoAndroid.csproj`.
Fix this by adding back the removal of `obj\**\**.cs` files.
0 commit comments