Open
Description
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.
<PackageReference Include="GraphQL" Version="3.0.0-preview-1356" />
<PackageReference Include="GraphQL.Server.Core" Version="3.5.0-alpha0038" />
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.
<PackageReference Include="GraphQL" Version="3.0.0-preview-1352" />
<PackageReference Include="GraphQL.Server.Core" Version="3.5.0-alpha0027" />
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?
Metadata
Metadata
Assignees
Labels
No labels