|
5 | 5 | </PropertyGroup> |
6 | 6 |
|
7 | 7 | <ItemGroup> |
8 | | - <PackageReference Include="AutoMapper" Version="13.0.1" /> |
9 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" /> |
10 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.1" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.1" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.1" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.1" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.3" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1"> |
| 8 | + <PackageReference Include="AutoMapper" Version="14.0.0" /> |
| 9 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.2" /> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.2" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.2" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.2" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.2" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.OData" Version="9.2.0" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2"> |
17 | 17 | <PrivateAssets>all</PrivateAssets> |
18 | 18 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
19 | 19 | </PackageReference> |
20 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.2" /> |
21 | 21 | <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
22 | | - <PackageReference Include="System.Drawing.Common" Version="9.0.1" /> |
| 22 | + <PackageReference Include="System.Drawing.Common" Version="9.0.2" /> |
23 | 23 | <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
24 | 24 | <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
25 | 25 | <PackageReference Include="Telerik.Core.Export.Trial" Version="2023.3.1114" /> |
|
0 commit comments