Skip to content

Commit 156fea4

Browse files
Merge pull request #224 from AntonioFalcao/release
Updating
2 parents c4c1172 + 6dff35c commit 156fea4

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!--GraphQL-->
1919
<GraphQL_Server_Version>5.0.2</GraphQL_Server_Version>
20-
<GraphQL_Client_Version>3.2.3</GraphQL_Client_Version>
20+
<GraphQL_Client_Version>3.2.4</GraphQL_Client_Version>
2121
<GraphQL_Version>4.5.0</GraphQL_Version>
2222

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

3333
<!--Others-->
34-
<FluentValidation_Version>10.2.1</FluentValidation_Version>
34+
<FluentValidation_Version>10.2.3</FluentValidation_Version>
3535
<Scrutor_Version>3.3.0</Scrutor_Version>
3636

3737
</PropertyGroup>

src/Dotnet6.GraphQL4.Store.WebAPI/appsettings.Development.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,5 @@
3535
"WithMachineName",
3636
"WithThreadId"
3737
]
38-
},
39-
"MySettings": {
40-
"StringSetting": "My Value",
41-
"IntSetting": 23,
42-
"AnEnum": "Lots",
43-
"ListOfValues": ["Value1", "Value2"],
44-
"Dict": {
45-
"FirstKey": {
46-
"Name": "First Class",
47-
"IsEnabled": false
48-
},
49-
"SecondKey": {
50-
"Name": "Second Class"
51-
}
52-
}
5338
}
5439
}

0 commit comments

Comments
 (0)