File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF -8" ?>
1
+ <?xml version =" 1.0" encoding =" utf -8" ?>
2
2
<configuration >
3
- <packageSources >
4
- <add key =" DevExpress-Local" value =" C:\Program Files\DevExpress 23.1\Components\System\Components\packages" />
5
- </packageSources >
3
+ <packageSources >
4
+ <add key =" DevExpress-Local" value =" C:\Program Files\DevExpress 23.1\Components\System\Components\packages" />
5
+ </packageSources >
6
6
</configuration >
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
<DefaultItemExcludes >Reports\**</DefaultItemExcludes >
5
6
</PropertyGroup >
6
7
<ItemGroup >
25
26
<Exec Command =" npm install" />
26
27
</Target >
27
28
<ItemGroup >
28
- <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 23.1.*-*" />
29
-
29
+ <PackageReference Include =" DevExpress.AspNetCore.Reporting" Version =" 24.2.*-*" />
30
30
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 6.0.0" />
31
31
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.0" />
32
32
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6.0.16" />
Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"bootstrap" : " ^4.3.1" ,
8
- "devextreme-dist" : " 23.1-stable " ,
8
+ "devextreme-dist" : " ~24.2.1-alpha " ,
9
9
10
- "@devexpress/analytics-core" : " 23.1-stable " ,
11
- "devexpress-reporting" : " 23.1-stable "
10
+ "@devexpress/analytics-core" : " ~24.2.1-alpha " ,
11
+ "devexpress-reporting" : " ~24.2.1-alpha "
12
12
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments