Skip to content

Commit 255b44d

Browse files
chore(deps): bump Microsoft.Extensions.Options from 3.1.4 to 5.0.0
Bumps [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) from 3.1.4 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 487f154 commit 255b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Speedygeek.ZendeskAPI/Speedygeek.ZendeskAPI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2222
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.4" />
24-
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.4" />
24+
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" />
2525
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.4" />
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)