Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Hosting from 9.0.0 to 9.0.1 in /src/backend (
Browse files Browse the repository at this point in the history
…#990)

Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: polatengin <[email protected]>
Co-authored-by: polatengin <[email protected]>
  • Loading branch information
dependabot[bot] and polatengin authored Jan 31, 2025
1 parent 154b8c3 commit 53798f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/CollaborationStateService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.30.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.24" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
</ItemGroup>

Expand Down

0 comments on commit 53798f7

Please sign in to comment.