Skip to content

Commit

Permalink
Fixed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 6, 2020
1 parent e887b94 commit df8499e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-rc.0" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-rc.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-rc.0" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-rc.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-rc.0" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-rc.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-rc.0" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-rc.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-preview.180" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-rc.0" />
<PackageReference Include="HotChocolate.Stitching.Redis" Version="11.0.0-rc.0" />
</ItemGroup>

</Project>

0 comments on commit df8499e

Please sign in to comment.