File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
samples/41_RemoteQueryable_ToEntityFrameworkCore Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 </PropertyGroup >
77 <ItemGroup >
88 <ProjectReference Include =" ..\Common\Common.csproj" />
1212 Dependency of Microsoft.EntityFrameworkCore in client code is required only
1313 if using Microsoft.EntityFrameworkCore.DbFunctionsExtensions in linq queries.
1414 -->
15- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.0 " />
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10 .0.2 " />
1616 </ItemGroup >
1717 <ItemGroup >
1818 <Compile Include =" ..\..\SharedCode\Client.AsyncTcp.RemoteRepository.cs" Link =" RemoteRepository.cs" />
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 </PropertyGroup >
77 <ItemGroup >
88 <ProjectReference Include =" ..\Client\Client.csproj" />
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 </PropertyGroup >
77 <ItemGroup >
88 <ProjectReference Include =" ..\Common\Common.csproj" />
99 </ItemGroup >
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9 .0.0 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10 .0.2 " />
1212 <ProjectReference Include =" ..\..\..\src\Remote.Linq.EntityFrameworkCore\Remote.Linq.EntityFrameworkCore.csproj" />
1313 </ItemGroup >
1414 <ItemGroup >
You can’t perform that action at this time.
0 commit comments