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/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa4a480
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b7c80f
Choose a head ref
  • 12 commits
  • 19 files changed
  • 8 contributors

Commits on Sep 10, 2021

  1. Don't strip .NETFramework tfms (#7863)

    With dotnet/runtime#58558, .NETFramework tfms which include a RID (i.e. net461-windows) aren't used and supported in dotnet/runtime anymore. Removing the support from the TargetFramework.Sdk as .NETFramework tfms with a RID aren't supported by NuGet anyways and throw.
    ViktorHofer authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0b38c9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c022218 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/arcade mono/linker (#7865)

    * Update dependencies from https://github.com/dotnet/arcade build 20210907.3
    
    Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
     From Version 7.0.0-beta.21456.1 -> To Version 7.0.0-beta.21457.3
    
    * Update dependencies from https://github.com/mono/linker build 20210909.1
    
    Microsoft.NET.ILLink.Tasks
     From Version 6.0.100-preview.6.21452.4 -> To Version 6.0.100-1.21459.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20210909.5
    
    Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
     From Version 7.0.0-beta.21456.1 -> To Version 7.0.0-beta.21459.5
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    396d918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d0fdcd View commit details
    Browse the repository at this point in the history
  5. Fix lld support (#7883)

    I have found that when I've made a change to use the lld linker in July,
    I've missed to push part of the change that was supposed to go to Arcade.
    
    Without this change, the lld enabling flag is not used and we end up using
    the default linker.
    janvorli authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    22d90b3 View commit details
    Browse the repository at this point in the history
  6. Update Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.targets (#7878)

    * Don't strip .NETFramework tfms
    
    With dotnet/runtime#58558, .NETFramework tfms which include a RID (i.e. net461-windows) aren't used and supported in dotnet/runtime anymore. Removing the support from the TargetFramework.Sdk as .NETFramework tfms with a RID aren't supported by NuGet anyways and throw.
    
    * Update Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk.targets
    ViktorHofer authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    68b7bb8 View commit details
    Browse the repository at this point in the history
  7. Add ExponentialRetry to FindDotNetCliPackage task; since it's not opt…

    …ional, the productVersion.txt stuff needs to succeed. (#7882)
    MattGal authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    054309c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Revert changes breaking build on FreeBSD (#7885)

    * Add clang-versions used on modern FreeBSD versions.
    
    This helps .NET build on FreeBSD.
    
    * Update FreeBSD target
    
    Current release is 12, not 11.
    
    * Fix linking on FreeBSD.
    
    These changes have previously been introduced in `dotnet/runtime`, but been reverted through automated updates later on.
    
    This commit re-introduces them.
    josteink authored Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7366700 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Drop support for EOL alpine 3.9 (#7849)

    * Remove 3.9.
    * Set 3.13 as default.
    * Add 3.14.
    am11 authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    5bd3776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70afc8b View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/xharness build 202…

    …10910.2 (#7887)
    
    [main] Update dependencies from dotnet/xharness
    dotnet-maestro[bot] authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b2d004b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b7c80f View commit details
    Browse the repository at this point in the history
Loading