You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues installing this package from NuGet. When I try, I get the error:
Install-Package : NU1102: Unable to find package GraphQL.Server.Core with version (>= 3.5.0-alpha0038)
- Found 7 version(s) in nuget.org [ Nearest version: 3.5.0-alpha0027 ]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in dotnet.myget.org roslyn
Install-Package : NU1102: Unable to find package GraphQL with version (>= 3.0.0-preview-1356)
- Found 97 version(s) in nuget.org [ Nearest version: 3.0.0-preview-1352 ]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in dotnet.myget.org roslyn
I think the issues are with the package references as neither of the two versions below seem to be available on nuget.org currently.
I tried cloning your master branch to see if I could build the project, but I had to change the package references to the two below before it would build.
Is there a public source I could connect too to get the package versions you had originally or can you update the package to have dependencies available on nuget.org?
The text was updated successfully, but these errors were encountered:
I am having issues installing this package from NuGet. When I try, I get the error:
I think the issues are with the package references as neither of the two versions below seem to be available on nuget.org currently.
I tried cloning your master branch to see if I could build the project, but I had to change the package references to the two below before it would build.
Is there a public source I could connect too to get the package versions you had originally or can you update the package to have dependencies available on nuget.org?
The text was updated successfully, but these errors were encountered: