Duende.BFF.Blazor.Client peer deps for .net 8, 9 should not be 10.x #404
-
|
https://www.nuget.org/packages/Duende.BFF.Blazor.Client/3.1.0-rc.1#dependencies-body-tab net9.0 has cascading effects that is unnessacerry, when you have a system that probably targets v9.0.x of: Microsoft.AspNetCore.Components.WebAssembly or am I wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @ajtowf - are you seeing any issues in your project? The packages are compatible with earlier .NET TFMs so should be OK. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ajtowf , Is there something preventing you from updating your dependencies to the v10.x versions? Microsoft has dropped the explicit coupling of the nuget packages with the framework version. For example, the Microsoft.Http.Extensions v10.0 package explicitly supports .net framework 8, 9 and 10 (https://www.nuget.org/packages/Microsoft.Extensions.Http#dependencies-body-tab) |
Beta Was this translation helpful? Give feedback.
Hi @ajtowf ,
Is there something preventing you from updating your dependencies to the v10.x versions?
Microsoft has dropped the explicit coupling of the nuget packages with the framework version. For example, the Microsoft.Http.Extensions v10.0 package explicitly supports .net framework 8, 9 and 10 (https://www.nuget.org/packages/Microsoft.Extensions.Http#dependencies-body-tab)