graphql-dotnet / authorization

A toolset for authorizing access to graph types for GraphQL .NET.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faulty reference

Blanen opened this issue · comments

image

This isn't a published version on nuget as far as I know.

This happens after installing GraphQL.Authorization 3.0.43 (there is no 3.0.0) . Only 3.0.0 is available of the GraphQL package.

#80 similar.

But even trying to get it via myget doesn't work.

@joemcbride Since you seem to have committed 3.0.0

I got it working via an assembly ref but that's obviously not desired.

Probably PEBCAK

https://www.nuget.org/packages/GraphQL.Authorization/3.0.43

Dependencies

.NETStandard 2.0
    GraphQL (>= 3.0.0)

Closing this issue. Feel free to ask further questions if any.