Skip to content

Commit f07d140

Browse files
authored
update example
1 parent 0ba8177 commit f07d140

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CS/DXWebApplication1/DXWebApplication1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<ItemGroup>
5050
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.31" />
5151
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
52-
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="24.1-*" />
53-
<PackageReference Include="DevExpress.Drawing.Skia" Version="24.1-*" />
52+
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="24.1.*-*" />
53+
<PackageReference Include="DevExpress.Drawing.Skia" Version="24.1.*-*" />
5454
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
5555
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
5656
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Client-side JavaScript code adds an Export button to the standalone Report Param
2121

2222
## Files to Review
2323

24-
- [ParametersPanelReport.cs](CS\DXWebApplication1\PredefinedReports\ParametersPanelReport.cs)
25-
- [HomeController.cs](CS\DXWebApplication1\Controllers\HomeController.cs)
26-
- [ParametersPanel.cshtml](CS\DXWebApplication1\Views\Home\ParametersPanel.cshtml)
24+
- [ParametersPanelReport.cs](CS/DXWebApplication1/PredefinedReports/ParametersPanelReport.cs)
25+
- [HomeController.cs](CS/DXWebApplication1/Controllers/HomeController.cs)
26+
- [ParametersPanel.cshtml](CS/DXWebApplication1/Views/Home/ParametersPanel.cshtml)
2727

2828
## Documentation
2929

0 commit comments

Comments
 (0)