File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
CS/SimpleAspNetCoreReportingViewer Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
3
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
4
5
</PropertyGroup >
5
6
<ItemGroup >
6
7
<None Remove =" TestReport.repx" />
7
8
</ItemGroup >
8
9
<ItemGroup >
9
10
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.447" />
10
- <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 22 .2.6 " />
11
+ <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 24 .2.1-alpha-24207 " />
11
12
<PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.76" />
12
13
</ItemGroup >
13
- </Project >
14
+ </Project >
Original file line number Diff line number Diff line change 3
3
"name" : " asp.net" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "devextreme" : " ^22 .2.6 " ,
7
- "@devexpress/analytics-core" : " ^22 .2.6 " ,
8
- "devexpress-reporting" : " ^22 .2.6 " ,
6
+ "devextreme" : " ~24 .2.1-alpha " ,
7
+ "@devexpress/analytics-core" : " ~24 .2.1-alpha " ,
8
+ "devexpress-reporting" : " ~24 .2.1-alpha " ,
9
9
"globalize" : " ^1.3.0" ,
10
10
"jquery-ui-dist" : " ^1.12.1"
11
11
}
You can’t perform that action at this time.
0 commit comments