Skip to content

Commit

Permalink
Bump to GraphQL.NET 8.2.1 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 authored Oct 27, 2024
1 parent 0ce901d commit 5ee3f0a
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.2-preview</VersionPrefix>
<VersionPrefix>6.1.0-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.2</GraphQLVersion>
<GraphQLVersion>8.2.1</GraphQLVersion>
<NoWarn>$(NoWarn);IDE0056;IDE0057;NU1902;NU1903</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 5ee3f0a

Please sign in to comment.