Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 606476f

Browse files
Bump Microsoft.Owin.Security.Cookies from 4.0.1 to 4.1.0
Bumps [Microsoft.Owin.Security.Cookies](https://github.com/aspnet/AspNetKatana) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/aspnet/AspNetKatana/releases) - [Commits](aspnet/AspNetKatana@v4.0.1...v4.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6b16fe2 commit 606476f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: AlwaysEncryptedSample.Models/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net461" />
1111
<package id="Microsoft.Owin" version="4.0.1" targetFramework="net461" />
1212
<package id="Microsoft.Owin.Security" version="4.0.1" targetFramework="net461" />
13-
<package id="Microsoft.Owin.Security.Cookies" version="4.0.1" targetFramework="net461" />
13+
<package id="Microsoft.Owin.Security.Cookies" version="4.1.0" targetFramework="net461" />
1414
<package id="Microsoft.Owin.Security.OAuth" version="4.0.1" targetFramework="net461" />
1515
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
1616
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />

Diff for: AlwaysEncryptedSample/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<package id="Microsoft.Owin" version="4.0.1" targetFramework="net46" />
2323
<package id="Microsoft.Owin.Host.SystemWeb" version="4.0.1" targetFramework="net46" />
2424
<package id="Microsoft.Owin.Security" version="4.0.1" targetFramework="net46" />
25-
<package id="Microsoft.Owin.Security.Cookies" version="4.0.1" targetFramework="net46" />
25+
<package id="Microsoft.Owin.Security.Cookies" version="4.1.0" targetFramework="net46" />
2626
<package id="Microsoft.Owin.Security.OAuth" version="4.0.1" targetFramework="net46" />
2727
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
2828
<package id="Modernizr" version="2.8.3" targetFramework="net46" />

0 commit comments

Comments
 (0)