|
10 | 10 |
|
11 | 11 | <ItemGroup>
|
12 | 12 | <PackageReference Include="AutoCode" Version="1.1.1" />
|
13 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.1" /> |
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" /> |
15 |
| - <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.1" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.3" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.3" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.3" /> |
16 | 16 | <PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" />
|
17 | 17 | <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
|
18 | 18 | <PackageReference Include="Microsoft.CodeAnalysis.Razor" Version="6.0.26" />
|
19 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" /> |
20 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" /> |
21 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1"> |
| 19 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.3" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.3" /> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.3"> |
22 | 22 | <PrivateAssets>all</PrivateAssets>
|
23 | 23 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
24 | 24 | </PackageReference>
|
25 |
| - <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.1" /> |
| 25 | + <PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.3" /> |
26 | 26 | <PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" />
|
27 | 27 | <PackageReference Include="Microsoft.Identity.Web.UI" Version="2.16.1" />
|
28 | 28 | <PackageReference Include="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" Version="16.170.0" />
|
|
0 commit comments