|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <Authors>Stef Heyenrath</Authors> |
5 | | - <TargetFrameworks>net461;net8.0;net9.0</TargetFrameworks> |
| 5 | + <TargetFrameworks>net461;net8.0;net9.0;net10.0</TargetFrameworks> |
6 | 6 | <DebugType>full</DebugType> |
7 | 7 | <DefineConstants>EF;NET461</DefineConstants> |
8 | 8 | <AssemblyName>EntityFramework.DynamicLinq.Tests</AssemblyName> |
|
58 | 58 | <Reference Include="System" /> |
59 | 59 | <Reference Include="Microsoft.CSharp" /> |
60 | 60 | <PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="2.2.1" /> |
61 | | - <PackageReference Include="LinqKit.EntityFramework" Version="1.1.15" /> |
| 61 | + <PackageReference Include="LinqKit.EntityFramework" Version="1.3.9" /> |
62 | 62 | </ItemGroup> |
63 | 63 |
|
64 | 64 | <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
65 | 65 | <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" /> |
66 | | - <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="8.1.6" /> |
| 66 | + <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="8.1.9" /> |
67 | 67 | </ItemGroup> |
68 | 68 |
|
69 | 69 | <ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' "> |
70 | 70 | <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" /> |
71 | | - <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="9.0.6" /> |
| 71 | + <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="9.0.9" /> |
72 | 72 | </ItemGroup> |
73 | 73 |
|
74 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0' "> |
| 74 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net10.0' "> |
| 75 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.0" /> |
| 76 | + <PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="10.0.9" /> |
| 77 | + </ItemGroup> |
| 78 | + |
| 79 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0' or '$(TargetFramework)' == 'net10.0' "> |
75 | 80 | <DefineConstants>$(DefineConstants);AspNetCoreIdentity</DefineConstants> |
76 | 81 | </PropertyGroup> |
77 | 82 |
|
|
0 commit comments