Frulfump
Frulfump
> Is there a test linux agent image where it already has .NET 6.0 removed where we could assign the pipeline to build against to test our changes? I don't...
> [@svrooij](https://github.com/svrooij) this is already done in Azure.Core versions 1.45.0 and above - https://www.nuget.org/packages/Azure.Core/1.45.0#dependencies-body-tab. Since the recent identity releases have all been beta releases, to see this in your app...
@m-redding Nice that would be great! Ah I see, that's great news! Thanks for working on this!
Maybe this should be updated in the Directory.Build.Common.targets? To include System.Memory? ```xml ``` https://github.com/Azure/azure-sdk-for-net/blob/25250c4257d188fb0cc683531f3dbfc0071ca2ef/eng/Directory.Build.Common.targets#L104C1-L104C58 I guess you will see NU1510 warnings when you build with .NET 10+ SDKs https://learn.microsoft.com/en-gb/dotnet/core/compatibility/sdk/10.0/nu1510-pruned-references Could...
System.ClientModel 1.5.0 was just GA:d and now bumps the System.Memory.Data dependency to 8.0.1 https://github.com/Azure/azure-sdk-for-net/releases/tag/System.ClientModel_1.5.0 https://www.nuget.org/packages/System.ClientModel/1.5.0 Can Azure.Core be updated to use System.ClientModel 1.5.0 now or is there more things to...
A new version of Azure.Core was just released that uses System.ClientModel 1.5.0 https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Core_1.47.0 ~Not indexed by NuGet yet https://www.nuget.org/packages/Azure.Core#versions-body-tab~ Indexed now, opened #51161 to track that discrepancy
Azure.Identity 1.15.0-beta.1 was just released ~7 hours ago that removes the unnecessary reference to System.Memory https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.15.0-beta.1 Based on historic data the GA version should release within 2-3 months but hopefully...