Skip to content

Commit

Permalink
Update HotChocolate to 12.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Uka4me committed Nov 26, 2021
1 parent e4ffbb9 commit 16c7fb2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageReference Include="GraphQL" Version="4.6.1" />
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="5.0.2" />
<PackageReference Include="GraphQL.Server.Transports.AspNetCore.SystemTextJson" Version="5.0.2" />
<PackageReference Include="HotChocolate" Version="12.3.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="12.3.0" />
<PackageReference Include="HotChocolate" Version="12.3.2" />
<PackageReference Include="HotChocolate.AspNetCore" Version="12.3.2" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions GraphQL.HotChocolate/GraphQL.HotChocolate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate" Version="12.3.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="12.3.0" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="12.3.0" />
<PackageReference Include="HotChocolate" Version="12.3.2" />
<PackageReference Include="HotChocolate.AspNetCore" Version="12.3.2" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="12.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate" Version="12.3.0" />
<PackageReference Include="HotChocolate" Version="12.3.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Install-Package GraphQl.EfCore.Translate.HotChocolate

## Dependencies versions

### 3.0.0
### 3.1.3
- GraphQl.EfCore.Translate.DotNet
+ net6.0
+ GraphQL (>= 4.6.1)

- GraphQl.EfCore.Translate.HotChocolate
+ net6.0
+ HotChocolate (>= 12.3.0)
+ HotChocolate (>= 12.3.2)
4 changes: 2 additions & 2 deletions Tests.Translate.DotNet/Tests.Translate.DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="5.0.2" />
<PackageReference Include="GraphQL.SystemTextJson" Version="4.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate" Version="12.3.0" />
<PackageReference Include="HotChocolate" Version="12.3.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Tests.Translate/Tests.Translate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 16c7fb2

Please sign in to comment.