Skip to content

Commit c120c2b

Browse files
authored
Merge pull request #142 from akunzai/update-dependencies
Update dependencies
2 parents 05d5cc7 + 7b9305f commit c120c2b

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-reportgenerator-globaltool": {
6-
"version": "5.1.4",
6+
"version": "5.1.9",
77
"commands": [
88
"reportgenerator"
99
]

samples/AspNetCoreIdentitySample/AspNetCoreIdentitySample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.4" />
21-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.4" />
20+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.5" />
21+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.5" />
2222
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.4" />
2323
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.4" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.4" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.4" PrivateAssets="All" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5" PrivateAssets="All" />
2626
<PackageReference Include="NLog.Web.AspNetCore" Version="5.0.0" />
2727
</ItemGroup>
2828

samples/AspNetCoreSample/AspNetCoreSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.4" />
20+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.5" />
2121
<PackageReference Include="NLog.Web.AspNetCore" Version="5.0.0" />
2222
</ItemGroup>
2323

samples/AspNetCoreSingleLogoutSample/AspNetCoreSingleLogoutSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.4" />
21-
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.4" />
20+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.5" />
21+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.5" />
2222
<PackageReference Include="NLog.Web.AspNetCore" Version="5.0.0" />
2323
</ItemGroup>
2424

samples/OwinSample/OwinSample.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@
8585
<Version>6.0.0</Version>
8686
</PackageReference>
8787
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect">
88-
<Version>6.17.0</Version>
88+
<Version>6.18.0</Version>
8989
</PackageReference>
9090
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition=" '$(OS)' != 'Windows_NT' ">
9191
<Version>1.0.2</Version>
9292
</PackageReference>
9393
<PackageReference Include="Microsoft.Owin.Host.SystemWeb">
94-
<Version>4.2.1</Version>
94+
<Version>4.2.2</Version>
9595
</PackageReference>
9696
<PackageReference Include="Microsoft.Owin.Security.Cookies">
97-
<Version>4.2.1</Version>
97+
<Version>4.2.2</Version>
9898
</PackageReference>
9999
<PackageReference Include="Microsoft.Owin.Security.OpenIdConnect">
100-
<Version>4.2.1</Version>
100+
<Version>4.2.2</Version>
101101
</PackageReference>
102102
<PackageReference Include="MSBuild.Microsoft.VisualStudio.Web.targets">
103103
<Version>14.0.0.3</Version>

samples/OwinSample/web.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
3333
<dependentAssembly>
3434
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
35-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
35+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
3636
</dependentAssembly>
3737
<dependentAssembly>
3838
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
39-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
39+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
4040
</dependentAssembly>
4141
<dependentAssembly>
4242
<assemblyIdentity name="Microsoft.IdentityModel.Protocols.OpenIdConnect" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
43-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
43+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
4444
</dependentAssembly>
4545
<dependentAssembly>
4646
<assemblyIdentity name="Microsoft.IdentityModel.Protocols" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
47-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
47+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
4848
</dependentAssembly>
4949
<dependentAssembly>
5050
<assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
@@ -76,15 +76,15 @@
7676
</dependentAssembly>
7777
<dependentAssembly>
7878
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
79-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
79+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
8080
</dependentAssembly>
8181
<dependentAssembly>
8282
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
83-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
83+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
8484
</dependentAssembly>
8585
<dependentAssembly>
8686
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
87-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
87+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
8888
</dependentAssembly>
8989
<dependentAssembly>
9090
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral"/>

samples/OwinSingleLogoutSample/OwinSingleLogoutSample.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<Version>6.0.1</Version>
8080
</PackageReference>
8181
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis">
82-
<Version>6.0.4</Version>
82+
<Version>6.0.5</Version>
8383
</PackageReference>
8484
<PackageReference Include="Microsoft.Extensions.Configuration.Binder">
8585
<Version>6.0.0</Version>
@@ -94,19 +94,19 @@
9494
<Version>6.0.0</Version>
9595
</PackageReference>
9696
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect">
97-
<Version>6.17.0</Version>
97+
<Version>6.18.0</Version>
9898
</PackageReference>
9999
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition=" '$(OS)' != 'Windows_NT' ">
100100
<Version>1.0.2</Version>
101101
</PackageReference>
102102
<PackageReference Include="Microsoft.Owin.Host.SystemWeb">
103-
<Version>4.2.1</Version>
103+
<Version>4.2.2</Version>
104104
</PackageReference>
105105
<PackageReference Include="Microsoft.Owin.Security.Cookies">
106-
<Version>4.2.1</Version>
106+
<Version>4.2.2</Version>
107107
</PackageReference>
108108
<PackageReference Include="Microsoft.Owin.Security.OpenIdConnect">
109-
<Version>4.2.1</Version>
109+
<Version>4.2.2</Version>
110110
</PackageReference>
111111
<PackageReference Include="MSBuild.Microsoft.VisualStudio.Web.targets">
112112
<Version>14.0.0.3</Version>

samples/OwinSingleLogoutSample/web.config

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
3333
<dependentAssembly>
3434
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
35-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
35+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
3636
</dependentAssembly>
3737
<dependentAssembly>
3838
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
39-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
39+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
4040
</dependentAssembly>
4141
<dependentAssembly>
4242
<assemblyIdentity name="Microsoft.IdentityModel.Protocols.OpenIdConnect" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
43-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
43+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
4444
</dependentAssembly>
4545
<dependentAssembly>
4646
<assemblyIdentity name="Microsoft.IdentityModel.Protocols" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
47-
<bindingRedirect oldVersion="0.0.0.0-6.17.0.0" newVersion="6.17.0.0"/>
47+
<bindingRedirect oldVersion="0.0.0.0-6.18.0.0" newVersion="6.18.0.0"/>
4848
</dependentAssembly>
4949
<dependentAssembly>
5050
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51"/>
@@ -96,19 +96,19 @@
9696
</dependentAssembly>
9797
<dependentAssembly>
9898
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
99-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
99+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
100100
</dependentAssembly>
101101
<dependentAssembly>
102102
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
103-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
103+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
104104
</dependentAssembly>
105105
<dependentAssembly>
106-
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral"/>
107-
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
106+
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
107+
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
108108
</dependentAssembly>
109109
<dependentAssembly>
110-
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
111-
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
110+
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral"/>
111+
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
112112
</dependentAssembly>
113113
<dependentAssembly>
114114
<assemblyIdentity name="System.Buffers" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>

0 commit comments

Comments
 (0)