Skip to content

Commit

Permalink
Update package references
Browse files Browse the repository at this point in the history
  • Loading branch information
usercode committed Jun 21, 2022
1 parent f467d5a commit 89821d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ImageWizard.AWS/ImageWizard.AWS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.9.4" />
<PackageReference Include="AWSSDK.S3" Version="3.7.9.18" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/ImageWizard.MongoDB/ImageWizard.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.15.0" />
<PackageReference Include="MongoDB.Driver.GridFS" Version="2.15.0" />
<PackageReference Include="MongoDB.Driver" Version="2.16.0" />
<PackageReference Include="MongoDB.Driver.GridFS" Version="2.16.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ImageWizard.OpenCvSharp/ImageWizard.OpenCvSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
<PackageReference Include="OpenCvSharp4" Version="4.6.0.20220608" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 89821d4

Please sign in to comment.