Skip to content

Commit

Permalink
Update common service locator package
Browse files Browse the repository at this point in the history
  • Loading branch information
holos-aafc committed Sep 5, 2024
1 parent dcf9344 commit 1c742af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion H.CLI.Test/H.CLI.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.5</Version>
<Version>2.0.7</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>4.20.71</Version>
Expand Down
2 changes: 1 addition & 1 deletion H.CLI/H.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.5</Version>
<Version>2.0.7</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>4.20.71</Version>
Expand Down
2 changes: 1 addition & 1 deletion H.Core.Test/H.Core.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.5</Version>
<Version>2.0.7</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>4.20.71</Version>
Expand Down
2 changes: 1 addition & 1 deletion H.Core/H.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@
<Version>9.0.0</Version>
</PackageReference>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.5</Version>
<Version>2.0.7</Version>
</PackageReference>
<PackageReference Include="CsvHelper">
<Version>33.0.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion H.Infrastructure/H.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.5</Version>
<Version>2.0.7</Version>
</PackageReference>
<PackageReference Include="NETStandard.Library">
<Version>2.0.3</Version>
Expand Down
2 changes: 1 addition & 1 deletion H.Integration/H.Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommonServiceLocator">
<Version>2.0.5</Version>
<Version>2.0.7</Version>
</PackageReference>
<PackageReference Include="CsvHelper">
<Version>33.0.1</Version>
Expand Down

0 comments on commit 1c742af

Please sign in to comment.