|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
5 | 5 | <RootNamespace>AutoMapper.AspNet.OData</RootNamespace> |
6 | 6 | <PackageId>AutoMapper.AspNetCore.OData.EFCore</PackageId> |
7 | 7 | <Description>Creates LINQ expressions from ODataQueryOptions and executes the query.</Description> |
|
29 | 29 |
|
30 | 30 | <ItemGroup> |
31 | 31 | <PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[7.0.2,8.0.0)" /> |
32 | | - <PackageReference Include="LogicBuilder.Expressions.Utils" Version="[6.0.3,7.0.0)" /> |
33 | | - <PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.4" /> |
34 | | - <PackageReference Include="MinVer" Version="4.3.0"> |
| 32 | + <PackageReference Include="LogicBuilder.Expressions.Utils" Version="7.0.0" /> |
| 33 | + <PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.1" /> |
| 34 | + <PackageReference Include="MinVer" Version="6.0.0"> |
35 | 35 | <PrivateAssets>all</PrivateAssets> |
36 | 36 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
37 | 37 | </PackageReference> |
38 | 38 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
39 | 39 | </ItemGroup> |
40 | 40 |
|
41 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
42 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" /> |
43 | | - </ItemGroup> |
44 | | - |
45 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' "> |
46 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" /> |
| 41 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
| 42 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" /> |
47 | 43 | </ItemGroup> |
48 | 44 |
|
49 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
50 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" /> |
| 45 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' "> |
| 46 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" /> |
51 | 47 | </ItemGroup> |
52 | 48 |
|
53 | 49 | <ItemGroup> |
|
0 commit comments