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

Merge latest Library.Template and drop .NET 6 target #800

Merged
merged 27 commits into from
Nov 19, 2024

Commits on Nov 12, 2024

  1. Bump .NET SDK to 9.0

    AArnott committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2c7d5a3 View commit details
    Browse the repository at this point in the history
  2. Target .NET 8 instead of .NET 6

    Today, .NET 6 falls out of support.
    AArnott committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    134713d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from AArnott/net9sdk

    Bump .NET SDK to 9.0 and target framework to .NET 8
    AArnott authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d76ba4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5669382 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f49fb31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0459d74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faade5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #306 from AArnott/libtemplateWorkflowUpdates

    Self-updating workflow updates
    AArnott authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2be8070 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #307 from AArnott/net9sdk

    Compile with C# language version 13
    AArnott authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e935b27 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    928d88e View commit details
    Browse the repository at this point in the history
  2. Update prerequisite verbiage

    AArnott committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57a21a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #308 from AArnott/workflowfixes

    Fix to avoid deprecation warning
    AArnott authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0683b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53ba423 View commit details
    Browse the repository at this point in the history
  5. Improve placement of warning

    AArnott committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    77ef017 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #309 from AArnott/workflowfixes

    Workaround github's protections for workflow changes in GitHub Actions
    AArnott authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    61efb71 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump docfx from 2.77.0 to 2.78.0 (#311)

    Bumps [docfx](https://github.com/dotnet/docfx) from 2.77.0 to 2.78.0.
    - [Release notes](https://github.com/dotnet/docfx/releases)
    - [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md)
    - [Commits](dotnet/docfx@v2.77.0...v2.78.0)
    
    ---
    updated-dependencies:
    - dependency-name: docfx
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7f14687 View commit details
    Browse the repository at this point in the history
  2. Fix libtemplate update workflow

    It had a quote in the wrong place.
    AArnott committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    64483bf View commit details
    Browse the repository at this point in the history
  3. Drop .NET 6 target

    AArnott committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a9f72d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff03fef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78128a8 View commit details
    Browse the repository at this point in the history
  6. Drop unneeded references

    AArnott committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4b73d27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    791ab52 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Avoid dotnet format hang

    Workaround dotnet/sdk#44951
    AArnott committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    20e285c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6775c31 View commit details
    Browse the repository at this point in the history
  3. Fix failing interop tests

    This is a workaround for a breaking change in the .NET 9 SDK, as documented at dotnet/sdk#44940.
    AArnott committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e9d4fee View commit details
    Browse the repository at this point in the history
  4. Merge latest Library.Template

    AArnott committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e28be92 View commit details
    Browse the repository at this point in the history
  5. More devcontainer fixes

    AArnott committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff84b07 View commit details
    Browse the repository at this point in the history