File tree 2 files changed +5
-5
lines changed
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
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
8
8
<ItemGroup >
9
- <PackageReference Include =" DevExpress.AspNetCore.Dashboard" Version =" 23.1 .*-*" />
9
+ <PackageReference Include =" DevExpress.AspNetCore.Dashboard" Version =" 24.2 .*-*" />
10
10
<PackageReference Include =" System.Data.SQLite.Core" Version =" 1.0.115.5" />
11
11
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
12
12
<PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.113" />
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "devextreme-dist" : " 23.1-stable " ,
7
- "@devexpress/analytics-core" : " 23.1-stable " ,
8
- "devexpress-dashboard" : " 23.1-stable "
6
+ "devextreme-dist" : " ~24.2.1-alpha " ,
7
+ "@devexpress/analytics-core" : " ~24.2.1-alpha " ,
8
+ "devexpress-dashboard" : " ~24.2.1-alpha "
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments