File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed 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" ?>
12<Project Sdk =" Microsoft.NET.Sdk.Web" >
23 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
45 <DefaultItemExcludes >Reports\**</DefaultItemExcludes >
56 <DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
67 <DockerfileFile >Dockerfile</DockerfileFile >
4950 <ItemGroup >
5051 <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.31" />
5152 <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 .*-*" />
53+ <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 24.2 .*-*" />
54+ <PackageReference Include =" DevExpress.Drawing.Skia" Version =" 24.2 .*-*" />
5455 <PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
5556 <PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.175" />
5657 <PackageReference Include =" System.Data.SQLite.Core" Version =" 1.0.118" />
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "dependencies" : {
77 "bootstrap" : " ^4.3.1" ,
8- "devextreme-dist" : " ^ 24.1.2 " ,
9- "@devexpress/analytics-core" : " ^ 24.1.2 " ,
10- "devexpress-reporting" : " ^ 24.1.2 "
8+ "devextreme-dist" : " ~ 24.2.1-alpha " ,
9+ "@devexpress/analytics-core" : " ~ 24.2.1-alpha " ,
10+ "devexpress-reporting" : " ~ 24.2.1-alpha "
1111 }
1212}
You can’t perform that action at this time.
0 commit comments