|
26 | 26 |
|
27 | 27 | <ItemGroup>
|
28 | 28 | <PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
|
29 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.8" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.8" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.8" /> |
32 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.8" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.9" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.9" /> |
| 31 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.9" /> |
| 32 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.9" /> |
33 | 33 | <PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
|
34 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.8" /> |
35 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.8" /> |
36 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.1.8" /> |
| 34 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.9" /> |
| 35 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.9" /> |
| 36 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.1.9" /> |
37 | 37 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
38 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.8" /> |
39 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.8" /> |
40 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.8" /> |
| 38 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.9" /> |
| 39 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.9" /> |
| 40 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.9" /> |
41 | 41 | <PackageReference Include="Moq" Version="4.14.6" />
|
42 | 42 | <PackageReference Include="xunit.analyzers" Version="0.10.0" />
|
43 | 43 | <PackageReference Include="xunit.assert" Version="2.4.1" />
|
|
0 commit comments