Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Owin from 4.0.0 to 4.2.2 in /Infrastructure #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Microsoft.Owin from 4.0.0 to 4.2.2 in /Infrastructure
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.0.0 to 4.2.2.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.0.0...v4.2.2)

---
updated-dependencies:
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 1, 2022
commit dbd7ba6b19338080406b22954932f8fe29b9e672
2 changes: 1 addition & 1 deletion Infrastructure/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net46" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net46" />
<package id="Microsoft.AspNet.Identity.Owin" version="2.2.1" targetFramework="net46" />
<package id="Microsoft.Owin" version="4.0.0" targetFramework="net46" />
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net46" />
<package id="Microsoft.Owin.Security" version="3.1.0" targetFramework="net46" />
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
Expand Down