Skip to content

Commit

Permalink
Bump AspNet.Security.OAuth.GitHub from 8.0.0 to 8.1.0 (#1111)
Browse files Browse the repository at this point in the history
Bumps [AspNet.Security.OAuth.GitHub](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/releases)
- [Commits](aspnet-contrib/AspNet.Security.OAuth.Providers@8.0.0...8.1.0)

---
updated-dependencies:
- dependency-name: AspNet.Security.OAuth.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2024
1 parent 7e87508 commit 7bb8444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TodoApp/TodoApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<UserSecretsId>TodoApp</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="8.0.0" />
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="8.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.4.5" PrivateAssets="all" />
<PackageReference Include="NSwag.AspNetCore" Version="14.0.8" />
Expand Down

0 comments on commit 7bb8444

Please sign in to comment.