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.
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.