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-assets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 232bcf31aa
Choose a base ref
...
head repository: dotnet/source-build-assets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3d4c372a1
Choose a head ref
  • 4 commits
  • 354 files changed
  • 5 contributors

Commits on Mar 10, 2025

  1. [main] Update dependencies from dotnet/arcade, dotnet/sdk, dotnet/sou…

    …rce-build-externals (#1194)
    
    * Update dependencies from https://github.com/dotnet/arcade build 20250307.1
    
    Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
     From Version 10.0.0-beta.25126.4 -> To Version 10.0.0-beta.25157.1
    
    * Update dependencies from https://github.com/dotnet/source-build-externals build 20250306.1
    
    Microsoft.SourceBuild.Intermediate.source-build-externals
     From Version 10.0.612501 -> To Version 10.0.615601
    
    * Update dependencies from https://github.com/dotnet/sdk build 20250309.6
    
    Microsoft.DotNet.GenAPI.Task
     From Version 10.0.100-preview.3.25152.3 -> To Version 10.0.100-preview.3.25159.6
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    8f9f6fa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Update Build.props (#1198)

    Avoid the usage of the `BuildStep` attribute which batches the entire Build entry-point target in Arcade. Instead, just set BuildInParallel="false".
    
    This is a minor perf improvement and clean-up.
    ViktorHofer authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    f37883e View commit details
    Browse the repository at this point in the history
  2. Remove 6.0.2 ref packs, add back 8.0.0 (#1197)

    * Revert "Remove unused microsoft.aspnetcore.app.ref packages (#1178)"
    
    This reverts commit 183aadb.
    
    * Bring back 8.0.0, delete 6.0.2
    
    * Remove runtime 6.0.2
    
    * Remove KnownFrameworkReference for 6.0.2
    
    ---------
    
    Co-authored-by: Michael Simons <msimons@microsoft.com>
    wtgodbe and MichaelSimons authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    cac4d02 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Remove analyzers from aspnetcore targeting pack (#1199)

    SBRP targeting packs can't have analyzers as those execute and SBRP packages are contract only.
    ViktorHofer authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c3d4c37 View commit details
    Browse the repository at this point in the history
Loading