|
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="5.0.0" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.0" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" /> |
32 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.0" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.1" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.1" /> |
| 31 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.1" /> |
| 32 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.1" /> |
33 | 33 | <PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
|
34 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.0" /> |
35 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.0" /> |
36 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="5.0.0" /> |
| 34 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.1" /> |
| 35 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.1" /> |
| 36 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="5.0.1" /> |
37 | 37 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
38 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" /> |
| 38 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" /> |
39 | 39 | <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
|
40 | 40 | <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
|
41 | 41 | <PackageReference Include="Moq" Version="4.15.2" />
|
|
0 commit comments