|
13 | 13 | <PackageReference Include="IdentityServer4.AspNetIdentity" Version="3.1.3" />
|
14 | 14 | <PackageReference Include="IdentityServer4.EntityFramework" Version="3.1.3" />
|
15 | 15 | <PackageReference Include="IdentityServer4.EntityFramework.Storage" Version="3.1.3" />
|
16 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.4" /> |
17 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.4" /> |
18 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.4" /> |
19 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.4" /> |
20 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.4"> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.7" /> |
| 17 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.7" /> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.7" /> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.7" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7"> |
21 | 21 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
22 | 22 | <PrivateAssets>all</PrivateAssets>
|
23 | 23 | </PackageReference>
|
24 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.4" /> |
| 24 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.7" /> |
25 | 25 | <PackageReference Include="Microsoft.Tye.Extensions.Configuration" Version="0.4.0-alpha.20371.1" />
|
26 | 26 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.0" />
|
27 |
| - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" /> |
| 27 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
28 | 28 |
|
29 | 29 | <PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
|
30 | 30 |
|
31 |
| - <PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" /> |
| 31 | + <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> |
32 | 32 | </ItemGroup>
|
33 | 33 | </Project>
|
0 commit comments