Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 36 forks source link

How do i make this grid work with .NET Core 2.1 #54

Closed sanzor closed 5 years ago

sanzor commented 5 years ago

Can i use .NET Core 2.1 with this grid ? So far i get an error on mismatch of Microsoft.AspNetCore.Authorization

Error NU1107 Version conflict detected for Microsoft.AspNetCore.Authorization. Install/reference Microsoft.AspNetCore.Authorization 3.0.0-preview6.19307.2 directly to project UIAdmin.Server to resolve this issue.

Mewriick commented 5 years ago

Hello @sanzor

unfortunately you cannot use this nuget with .NET Core 2.1 because it targets 3.0.0.-preview6.19307.2 version. If you are using it on server side due to types which are supporting for Http request I can separate this kind of types into another nuget which will target .NET Standard.

sanzor commented 5 years ago

Hello @Mewriick , Thank you for your reply. I have managed to create something similar to a .NET Grid working with .NET Core 2.1. I am using client side .