Skip to content

Commit d4b3573

Browse files
authored
Bump GraphQL.NET to 8.0.2 (#72)
1 parent eb6046d commit d4b3573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>6.0.1-preview</VersionPrefix>
4+
<VersionPrefix>6.0.2-preview</VersionPrefix>
55
<LangVersion>12.0</LangVersion>
66
<Copyright>Shane Krueger</Copyright>
77
<Authors>Shane Krueger</Authors>
@@ -20,7 +20,7 @@
2020
<ImplicitUsings>true</ImplicitUsings>
2121
<Nullable>enable</Nullable>
2222
<IsPackable>false</IsPackable>
23-
<GraphQLVersion>8.0.1</GraphQLVersion>
23+
<GraphQLVersion>8.0.2</GraphQLVersion>
2424
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)