|
27 | 27 | </ItemGroup>
|
28 | 28 |
|
29 | 29 | <ItemGroup>
|
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.0-rc.2.23480.2" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.0-rc.2.23480.2" /> |
32 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0-rc.2.23480.2" /> |
33 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.0-rc.2.23480.2" /> |
34 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0-rc.2.23480.2" /> |
35 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.0-rc.2.23480.2" /> |
36 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="8.0.0-rc.2.23480.2" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.0" /> |
| 31 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.0" /> |
| 32 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" /> |
| 33 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.0" /> |
| 34 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" /> |
| 35 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.0" /> |
| 36 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="8.0.0" /> |
37 | 37 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
38 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0-rc.2.23479.6" /> |
39 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.2.23479.6" /> |
40 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0-rc.2.23479.6" /> |
| 38 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> |
| 39 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" /> |
| 40 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" /> |
41 | 41 | <PackageReference Include="Moq" Version="4.20.69" />
|
42 | 42 | <PackageReference Include="xunit.analyzers" Version="1.5.0" />
|
43 | 43 | <PackageReference Include="xunit.assert" Version="2.6.1" />
|
|
0 commit comments