Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is blazor-dragdrop really compatible with .NET 5.0 ? #113

Closed
sylvainonweb opened this issue Apr 2, 2021 · 2 comments
Closed

Is blazor-dragdrop really compatible with .NET 5.0 ? #113

sylvainonweb opened this issue Apr 2, 2021 · 2 comments

Comments

@sylvainonweb
Copy link

Hi,

when I try to build my application on my build server, I encounter this error
error NU1202: Le package blazor-dragdrop 2.2.2 n'est pas compatible avec net50 (.NETFramework,Version=v5.0). Le package blazor-dragdrop 2.2.2 prend en charge�: netstandard2.1 (.NETStandard,Version=v2.1)

It seems that blazor-dragdrop 2.2.2 is based on .NET Standard 2.1 which is not compatible with .NET 5.0.
Is it true ? If yes, could you create a version based on .NET 5.0 ?

@ViRuSTriNiTy
Copy link
Collaborator

The update of the project file for .NET 5.0 support is part of PR #107. Sadly the repo owner is not responding for weeks now and your only option right now is to fork the project and use it as a git submodule. This way you can change the project file in your fork.

@Postlagerkarte
Copy link
Owner

Sorry guys - I am simply overwhelmed with work - thus all the delays.
I have not yet worked on 107 but I have published a version 2.3.0 with full support for .NET 5.0
Should be available as nuget package in a few moments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants