Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
402 stars 96 forks source link

Referenced Microsoft Packages fail to update from v3.1.x to v5.0.x #94

Closed DoomerDGR8 closed 2 years ago

DoomerDGR8 commented 3 years ago

I cannot update this library to v5.0.2:

image

Package Microsoft.AspNetCore.Components 5.0.2 is not compatible with netstandard2.1 (.NETStandard,Version=v2.1). Package Microsoft.AspNetCore.Components 5.0.2 supports: net5.0 (.NETCoreApp,Version=v5.0) Plk.Blazor.DragDrop

Package Microsoft.AspNetCore.Components.Web 5.0.2 is not compatible with netstandard2.1 (.NETStandard,Version=v2.1). Package Microsoft.AspNetCore.Components.Web 5.0.2 supports: net5.0 (.NETCoreApp,Version=v5.0) Plk.Blazor.DragDrop

Is this issue from Microsoft?

vkristijan commented 2 years ago

According to the error message, you were trying to update the two packages while using an older version of .net (netstandard2.1). This is not supported and in order to update the packages you also need to update the .net version.

This has been done. Both the .net version and package versions were updated in this PR #134 @Postlagerkarte can you close this issue?