-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-infrastructureCI, Maestro / Coherency, upstream dependencies/versionsCI, Maestro / Coherency, upstream dependencies/versionsarea-templatesProject templates, Item Templates for Blazor and MAUIProject templates, Item Templates for Blazor and MAUIproposal/opens/needs-attentionIssue has more information and needs another lookIssue has more information and needs another look
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-infrastructureCI, Maestro / Coherency, upstream dependencies/versionsCI, Maestro / Coherency, upstream dependencies/versionsarea-templatesProject templates, Item Templates for Blazor and MAUIProject templates, Item Templates for Blazor and MAUIproposal/opens/needs-attentionIssue has more information and needs another lookIssue has more information and needs another look