Skip to content

Commit

Permalink
Merge pull request #47 from steffenskov/nuget-upgrade
Browse files Browse the repository at this point in the history
chore: Upgrade NuGet packages
  • Loading branch information
steffenskov authored Jul 29, 2024
2 parents 8fde064 + fab6810 commit 0c7d766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Directory.Build.props -->
<Project>
<PropertyGroup>
<Version>1.3.3</Version>
<Version>1.3.4</Version>
</PropertyGroup>
</Project>

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectReference Include="..\SegregatedStorage\SegregatedStorage.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectReference Include="..\SegregatedStorage\SegregatedStorage.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
</ItemGroup>

</Project>

0 comments on commit 0c7d766

Please sign in to comment.