We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065a29e commit 51ee008Copy full SHA for 51ee008
Directory.Build.props
@@ -20,8 +20,7 @@
20
<ImplicitUsings>true</ImplicitUsings>
21
<Nullable>enable</Nullable>
22
<IsPackable>false</IsPackable>
23
- <!--<GraphQLVersion>[8.0.0,9.0.0)</GraphQLVersion>-->
24
- <GraphQLVersion>8.0.0-preview-1068</GraphQLVersion>
+ <GraphQLVersion>8.0.0</GraphQLVersion>
25
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
26
</PropertyGroup>
27
0 commit comments