|
10 | 10 | </ItemGroup>
|
11 | 11 |
|
12 | 12 | <ItemGroup>
|
13 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.0" /> |
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.0" /> |
15 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.0" /> |
16 |
| - <PackageReference Include="Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version="7.0.0" /> |
17 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" /> |
18 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0"> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.1" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.1" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" /> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version="7.0.15" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" /> |
| 18 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1"> |
19 | 19 | <PrivateAssets>all</PrivateAssets>
|
20 | 20 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
21 | 21 | </PackageReference>
|
|
27 | 27 |
|
28 | 28 | <ItemGroup>
|
29 | 29 | <PackageReference Include="CsvHelper" Version="16.0.0" />
|
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" /> |
31 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" /> |
32 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0"> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.1" /> |
| 31 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.1" /> |
| 32 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1"> |
33 | 33 | <PrivateAssets>all</PrivateAssets>
|
34 | 34 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
35 | 35 | </PackageReference>
|
36 |
| - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.0" /> |
| 36 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" /> |
37 | 37 | <PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
38 | 38 | <PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="6.0.0" />
|
39 | 39 | <PackageReference Include="Telerik.Documents.SpreadsheetStreaming.Trial" Version="2023.3.1106" />
|
|
0 commit comments