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

Bump to xamarin/Java.Interop/main@dfcbd670 #8714

Merged
merged 1 commit into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Bump to xamarin/Java.Interop/main@dfcbd670

    Changes: dotnet/java-interop@7f08b77...dfcbd67
    
      * dotnet/java-interop@dfcbd670: Bump to xamarin/xamarin-android-tools/main@a698a33 (dotnet/java-interop#1189)
      * dotnet/java-interop@6182baff: [build] Target `net8.0` (dotnet/java-interop#1186)
    
    dotnet/java-interop@6182baff updated Java.Interop to target .NET 8
    instead of .NET 7.  This introduced a build break:
    
    	…/xamarin-android/src/Mono.Android/Mono.Android.csproj(402,5):
    	  error MSB3030: Could not copy the file
    	  "…/xamarin-android/external/Java.Interop/bin/Debug-net7.0/ref/Java.Interop.dll"
    	  because it was not found.
    
    Introduce a new `$(JavaInteropTargetFrameworkVersion)` MSBuild
    property within `Configuration.props` which contains the .NET version
    that Java.Interop is targeting.
    
    Update `Mono.Android.csproj` and `Microsoft.Android.Ref.proj` so that
    they use `$(JavaInteropTargetFrameworkVersion)` to locate the
    reference `Java.Interop.dll` assembly.
    jonpryor committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dc0a815 View commit details
    Browse the repository at this point in the history