We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6046d commit d4b3573Copy full SHA for d4b3573
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>6.0.1-preview</VersionPrefix>
+ <VersionPrefix>6.0.2-preview</VersionPrefix>
5
<LangVersion>12.0</LangVersion>
6
<Copyright>Shane Krueger</Copyright>
7
<Authors>Shane Krueger</Authors>
@@ -20,7 +20,7 @@
20
<ImplicitUsings>true</ImplicitUsings>
21
<Nullable>enable</Nullable>
22
<IsPackable>false</IsPackable>
23
- <GraphQLVersion>8.0.1</GraphQLVersion>
+ <GraphQLVersion>8.0.2</GraphQLVersion>
24
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
25
</PropertyGroup>
26
0 commit comments