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/source-build-reference-packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81b4952
Choose a base ref
...
head repository: dotnet/source-build-reference-packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 865d72f
Choose a head ref
  • 5 commits
  • 27 files changed
  • 5 contributors

Commits on Feb 10, 2025

  1. NoWarn NuGet package pruning warnings (#1153)

    Contributes to dotnet/sdk#46642
    
    NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.
    
    NoWarn the new warnings as SBRP packages should be a mirror of the source-shipping packages and not change dependencies.
    ViktorHofer authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    08b875b View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade, dotnet/sdk, dotnet/sou…

    …rce-build-externals (#1152)
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250206.4
    
    Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
     From Version 10.0.0-beta.25104.1 -> To Version 10.0.0-beta.25106.4
    
    * Update dependencies from https://github.com/dotnet/source-build-externals build 20250204.2
    
    Microsoft.SourceBuild.Intermediate.source-build-externals
     From Version 10.0.606301 -> To Version 10.0.610402
    
    * Update dependencies from https://github.com/dotnet/sdk build 20250208.4
    
    Microsoft.DotNet.GenAPI.Task
     From Version 10.0.100-alpha.1.25071.4 -> To Version 10.0.100-preview.2.25108.4
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    ed1ebea View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    eaaafe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d87ef0 View commit details
    Browse the repository at this point in the history
  3. [main] Remove unreferenced packages (#1167)

    * Remove unreferenced packages
    
    * Remove corresponding DependencyPackageProjects
    
    ---------
    
    Co-authored-by: Michael Simons <[email protected]>
    dotnet-sb-bot and MichaelSimons authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    865d72f View commit details
    Browse the repository at this point in the history
Loading