Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Configurat…
Browse files Browse the repository at this point in the history
…ion.UserSecrets (#23)
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent e9dbb63 commit c638b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invintory-updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
</ItemGroup>

Expand Down

0 comments on commit c638b58

Please sign in to comment.