Skip to content

Commit 39d30c1

Browse files
authored
For v4.8, restrict parser to pre-8 versions (graphql-dotnet#3040)
1 parent 070b676 commit 39d30c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL/GraphQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="GraphQL-Parser" Version="7.2.0" />
13+
<PackageReference Include="GraphQL-Parser" Version="[7.2.0,8.0.0)" />
1414
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1515
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
1616
<PackageReference Include="System.Memory" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />

0 commit comments

Comments
 (0)