Skip to content

Commit e65a0d8

Browse files
Merge branch 'release' into feature/evolve-options
2 parents 7f07743 + 1e45707 commit e65a0d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!--GraphQL-->
1919
<GraphQL_Server_Version>5.0.2</GraphQL_Server_Version>
2020
<GraphQL_Client_Version>3.2.3</GraphQL_Client_Version>
21-
<GraphQL_Version>4.4.0</GraphQL_Version>
21+
<GraphQL_Version>4.5.0</GraphQL_Version>
2222

2323
<!--AutoMapper-->
2424
<AutoMapper_DependencyInjection_Version>8.1.1</AutoMapper_DependencyInjection_Version>
@@ -31,7 +31,7 @@
3131
<HealthChecks_Version>5.0.1</HealthChecks_Version>
3232

3333
<!--Others-->
34-
<FluentValidation_Version>10.0.4</FluentValidation_Version>
34+
<FluentValidation_Version>10.1.0</FluentValidation_Version>
3535
<Scrutor_Version>3.3.0</Scrutor_Version>
3636

3737
</PropertyGroup>

src/Dotnet6.GraphQL4.Store.WebMVC/Dotnet6.GraphQL4.Store.WebMVC.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="GraphQL.Client" Version="$(GraphQL_Client_Version)" />
15-
<PackageReference Include="GraphQL.Client.Extensions" Version="3.0.1" />
15+
<PackageReference Include="GraphQL.Client.Extensions" Version="3.1.0" />
1616
<PackageReference Include="GraphQL.Client.Serializer.SystemTextJson" Version="$(GraphQL_Client_Version)" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)