casbin-net / casbin-aspnetcore

Casbin.NET integration middleware and sample code for ASP.NET Core
https://github.com/casbin/Casbin.NET
Apache License 2.0
64 stars 20 forks source link

Casbin.Net assembly version #23

Closed thoraj closed 3 years ago

thoraj commented 3 years ago

When adding the freshest packages for Casbin.Net and Casbin.AspNetCore I get assembly load errors.

I think it may be because the latest released Casbin.Net is v1.5.1 while Casbin.AspNetCore expects v1.5.0

Should the package version in Casbin.AspNetCore perhaps be updated to Casbin.Net v1.5.1 ?

hsluoyz commented 3 years ago

@Sagilio

sagilio commented 3 years ago

Casbin.NET v1.5.2 has been fixed it and Casbin.AspNetCore v0.2.1 has used this new version now. You can have a try.

hsluoyz commented 3 years ago

https://github.com/casbin-net/casbin-aspnetcore/releases/tag/v0.2.1

thoraj commented 3 years ago

Works ok now with v0.2.1 👍