Skip to content

Commit

Permalink
Merge pull request #250 from clickviewapp/dependabot/nuget/Microsoft.…
Browse files Browse the repository at this point in the history
…Extensions.Options-9.0.1

Bump Microsoft.Extensions.Options from 9.0.0 to 9.0.1
  • Loading branch information
MrSmoke authored Feb 11, 2025
2 parents 17de97e + 6f6f0cc commit 69b2020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
Expand Down

0 comments on commit 69b2020

Please sign in to comment.