Skip to content

Commit

Permalink
Bump GraphQL.NET to 8.0.2 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 authored Aug 26, 2024
1 parent eb6046d commit d4b3573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>6.0.1-preview</VersionPrefix>
<VersionPrefix>6.0.2-preview</VersionPrefix>
<LangVersion>12.0</LangVersion>
<Copyright>Shane Krueger</Copyright>
<Authors>Shane Krueger</Authors>
Expand All @@ -20,7 +20,7 @@
<ImplicitUsings>true</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<GraphQLVersion>8.0.1</GraphQLVersion>
<GraphQLVersion>8.0.2</GraphQLVersion>
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit d4b3573

Please sign in to comment.