File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
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
</PropertyGroup >
6
6
<ItemGroup >
7
7
<None Remove =" Reports\ValidReport.repx" />
16
16
<ItemGroup >
17
17
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
18
18
<PackageReference Include =" System.Data.SQLite" Version =" 1.0.117" />
19
- <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 22 .2.2-beta " />
19
+ <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 24 .2.1-alpha-24207 " />
20
20
</ItemGroup >
21
21
<ItemGroup >
22
22
<Compile Update =" Reports\ValidReport.cs" >
29
29
<DependentUpon >XtraReportWithException.repx</DependentUpon >
30
30
</Compile >
31
31
</ItemGroup >
32
- </Project >
32
+ </Project >
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "@devexpress/analytics-core" : " 22 .2.2-beta " ,
7
+ "@devexpress/analytics-core" : " ~24 .2.1-alpha " ,
8
8
"bootstrap" : " ^3.3.7" ,
9
- "devexpress-reporting" : " 22 .2.2-beta " ,
10
- "devextreme" : " 22 .2.2-beta " ,
9
+ "devexpress-reporting" : " ~24 .2.1-alpha " ,
10
+ "devextreme" : " ~24 .2.1-alpha " ,
11
11
"jquery-ui-dist" : " ^1.13.2"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments