Skip to content

Commit d645ce7

Browse files
authored
update example
1 parent 7fc2524 commit d645ce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CS/ReportingApp/ReportingApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<None Remove="PredefinedReports\XtraReport1.vsrepx" />
3333
</ItemGroup>
3434
<ItemGroup>
35-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
35+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.11" />
3636
<PackageReference Include="System.Data.SQLite" Version="1.0.113.1" />
3737
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="24.2.*-*" />
3838
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
3939
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.76" />
40-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0" />
40+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
4141
</ItemGroup>
4242
<ItemGroup>
4343
<Compile Update="PredefinedReports\XtraReport1.cs">
@@ -47,4 +47,4 @@
4747
<DependentUpon>XtraReport1.vsrepx</DependentUpon>
4848
</Compile>
4949
</ItemGroup>
50-
</Project>
50+
</Project>

0 commit comments

Comments
 (0)