Skip to content

Commit

Permalink
NETCore.Demos - Bump EntityFrameworkCore dep and satellites (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov authored Oct 10, 2024
1 parent b07383e commit f03a737
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NetCoreDemos/DevExtreme.NETCore.Demos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="2.8.391" />
<PackageReference Include="CommonMark.NET" Version="0.15.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.27" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.27" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.35" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.35" />
<PackageReference Include="DevExtreme.AspNet.Data" Version="3.0.0" />
<PackageReference Include="DevExtreme.AspNet.Core" Version="23.2.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.27" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="6.0.27" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.35" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="6.0.35" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0" />
Expand Down

0 comments on commit f03a737

Please sign in to comment.