Skip to content

Commit b99bd38

Browse files
committed
bump Microsoft.EntityFrameworkCore from 8.0.6 to 8.0.11
1 parent 83bc123 commit b99bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Remote.Linq.EntityFrameworkCore/Remote.Linq.EntityFrameworkCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2525
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
2626
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.20" Condition="'$(TargetFramework)' == 'net6.0'" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6" Condition="'$(TargetFramework)' == 'net8.0'" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" Condition="'$(TargetFramework)' == 'net8.0'" />
2828
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)