Skip to content

Commit

Permalink
Merge pull request #224 from AntonioFalcao/release
Browse files Browse the repository at this point in the history
Updating
  • Loading branch information
AntonioFalcaoJr authored Jun 19, 2021
2 parents c4c1172 + 6dff35c commit 156fea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--GraphQL-->
<GraphQL_Server_Version>5.0.2</GraphQL_Server_Version>
<GraphQL_Client_Version>3.2.3</GraphQL_Client_Version>
<GraphQL_Client_Version>3.2.4</GraphQL_Client_Version>
<GraphQL_Version>4.5.0</GraphQL_Version>

<!--AutoMapper-->
Expand All @@ -31,7 +31,7 @@
<HealthChecks_Version>5.0.1</HealthChecks_Version>

<!--Others-->
<FluentValidation_Version>10.2.1</FluentValidation_Version>
<FluentValidation_Version>10.2.3</FluentValidation_Version>
<Scrutor_Version>3.3.0</Scrutor_Version>

</PropertyGroup>
Expand Down
15 changes: 0 additions & 15 deletions src/Dotnet6.GraphQL4.Store.WebAPI/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,5 @@
"WithMachineName",
"WithThreadId"
]
},
"MySettings": {
"StringSetting": "My Value",
"IntSetting": 23,
"AnEnum": "Lots",
"ListOfValues": ["Value1", "Value2"],
"Dict": {
"FirstKey": {
"Name": "First Class",
"IsEnabled": false
},
"SecondKey": {
"Name": "Second Class"
}
}
}
}

0 comments on commit 156fea4

Please sign in to comment.