Skip to content

Commit

Permalink
Merge branch 'fix/317-bump-configuration-to-eleviate-an-issue-with-pr…
Browse files Browse the repository at this point in the history
…oviders-existing-more-than-once' of https://github.com/mfdlabs/grid-bot into fix/317-bump-configuration-to-eleviate-an-issue-with-providers-existing-more-than-once
  • Loading branch information
jf-06 committed Jun 18, 2024
2 parents be05708 + 0bcf0f5 commit 55cb4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/recovery/Grid.Bot.Recovery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<Description>Recovery executable for the MFDLABS grid-bot.</Description>
</PropertyGroup>
</PropertyGroup>

<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' != 'true' ">
<PackageReference Include="Configuration" Version="1.0.7" />
Expand Down
4 changes: 2 additions & 2 deletions shared/settings/Shared.Settings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' != 'true' ">
<PackageReference Include="Configuration" Version="1.0.7" />
<PackageReference Include="Configuration" Version="1.0.7" />
<PackageReference Include="Redis" Version="1.0.4" />
<PackageReference Include="ServiceDiscovery" Version="1.0.4" />
<PackageReference Include="FloodCheckers.Redis" Version="1.0.4" />
Expand Down Expand Up @@ -45,4 +45,4 @@
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 55cb4ce

Please sign in to comment.