Skip to content

Commit a6ddabd

Browse files
committed
Updated Versions
1 parent 9fb253d commit a6ddabd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/complete/GraphQL/GraphQL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="HotChocolate.AspNetCore" Version="12.0.0-rc.9" />
16-
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="12.0.0-rc.9" />
17-
<PackageReference Include="HotChocolate.PersistedQueries.FileSystem" Version="12.0.0-rc.9" />
15+
<PackageReference Include="HotChocolate.AspNetCore" Version="12.0.0" />
16+
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="12.0.0" />
17+
<PackageReference Include="HotChocolate.PersistedQueries.FileSystem" Version="12.0.0" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-preview.7.21378.4" />
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-preview.7.21378.4">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)