|
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.0.0" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.0.0" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" /> |
32 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.0.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" /> |
33 | 33 | <PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
|
34 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.0.0" /> |
35 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.0.0" /> |
36 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.0.0" /> |
37 |
| - <PackageReference Include="Microsoft.CSharp" Version="4.6.0" /> |
38 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" /> |
39 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.0.0" /> |
40 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" /> |
41 |
| - <PackageReference Include="Moq" Version="4.13.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" /> |
| 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" /> |
| 41 | + <PackageReference Include="Moq" Version="4.14.5" /> |
42 | 42 | <PackageReference Include="xunit.analyzers" Version="0.10.0" />
|
43 | 43 | <PackageReference Include="xunit.assert" Version="2.4.1" />
|
44 | 44 | <PackageReference Include="xunit.core" Version="2.4.1" />
|
|
0 commit comments