Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/java-interop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5adb4d48
Choose a base ref
...
head repository: dotnet/java-interop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81c228d1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 22, 2023

  1. [build] NuGet source changes to build with .NET 8 RC 1

    * Remove `<packageSourceMapping>` to avoid errors like:
    
        Package source mapping matches found for package ID 'Microsoft.NETCore.App.Ref' are: 'dotnet-public'.
        ...
        D:\src\xamarin-android\external\Java.Interop\src\Java.Interop.Tools.Expressions\Java.Interop.Tools.Expressions.csproj error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 7.0.11)
        - Found 83 version(s) in dotnet-public [ Nearest version: 8.0.0-preview.1.23110.8 ]
        - Versions from dotnet-eng were not considered [D:\src\xamarin-android\Xamarin.Android.sln]
    
    * Add feeds for dotnet/runtime 7.0.11 and 6.0.22.
    
    * Set `$(DisableTransitiveFrameworkReferenceDownloads)` to avoid restore
      errors like:
    
        error NU1102: Unable to find package Microsoft.WindowsDesktop.App.Ref with version (= 7.0.11)
        error NU1102: Unable to find package Microsoft.AspNetCore.App.Ref with version (= 7.0.11)
    jonathanpeppers committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    81c228d View commit details
    Browse the repository at this point in the history
Loading