Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obj/ from Compile in Java.Interop-MonoAndroid.csproj #585

Merged
merged 1 commit into from
Feb 25, 2020

Commits on Feb 25, 2020

  1. Remove obj/ from Compile in Java.Interop-MonoAndroid.csproj

    After dotnet@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" />` in Java.Interop-MonoAndroid.csproj
    
    Fix this by adding back the removal of .cs files in obj/.
    akoeplinger committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    38d9c8d View commit details
    Browse the repository at this point in the history