Skip to content

Update Nuget dependencies to latest versions #16098

@borrmann

Description

@borrmann

Description

The SDK depends on a few Nuget packages per default, which can't be updated in projects referencing it (or at least I couldn't find out how). This is blocking other package updates.

For example:
I am using the package 'Microsoft.AspNetCore.SignalR.Client' which depends on 'Microsoft.Extensions.Logging.Abstractions' (>= 7.0.1), but MAUI depends on 'Microsoft.Extensions.Logging.Abstractions' (>= 7.0.0) and has 7.0.0 installed which can't be updated through the NuGet Package Manager. Therefore, I am stuck with version 7.0.5 of 'Microsoft.AspNetCore.SignalR.Client' which is already at 7.0.9.

Public API Changes

Update the package dependencies with every monthly release.

Intended Use-Case

I can update NuGet dependencies at least after each monthly release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-infrastructureCI, Maestro / Coherency, upstream dependencies/versionsarea-templatesProject templates, Item Templates for Blazor and MAUIproposal/opens/needs-attentionIssue has more information and needs another look

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions