File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
AspNetCoreReportingDialogCustomization Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk.Web" >
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<DefaultItemExcludes >Reports\**</DefaultItemExcludes >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 6.0.0" />
9
9
<PackageReference Include =" System.Data.SQLite" Version =" 1.0.116" />
10
- <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 23 .2.*-*" />
10
+ <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 24 .2.*-*" />
11
11
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
12
12
<PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.175" />
13
13
</ItemGroup >
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"bootstrap" : " ^4.3.1" ,
8
8
"cldrjs" : " ^0.5.0" ,
9
- "devextreme-dist" : " 23.2-stable " ,
10
- "@devexpress/analytics-core" : " 23.2-stable " ,
11
- "devexpress-reporting" : " 23.2-stable " ,
9
+ "devextreme-dist" : " ~24.2.1-alpha " ,
10
+ "@devexpress/analytics-core" : " ~24.2.1-alpha " ,
11
+ "devexpress-reporting" : " ~24.2.1-alpha " ,
12
12
"globalize" : " ^1.3.0"
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments