File tree 2 files changed +8
-12
lines changed 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk = " Microsoft.NET.Sdk.Web " >
2
-
1
+ <? xml version = " 1.0 " encoding = " utf-8 " ? >
2
+ < Project Sdk = " Microsoft.NET.Sdk.Web " >
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<Nullable >disable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
8
-
9
8
<ItemGroup >
10
9
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
11
- <PackageReference Include =" DevExpress.AspNetCore.Dashboard" Version =" 23.1.4 " />
10
+ <PackageReference Include =" DevExpress.AspNetCore.Dashboard" Version =" 24.2.1-alpha-24207 " />
12
11
</ItemGroup >
13
-
14
12
<ItemGroup >
15
13
<Folder Include =" Data\Dashboards\" />
16
14
<Folder Include =" wwwroot\css\" />
17
15
</ItemGroup >
18
-
19
- </Project >
20
-
16
+ </Project >
Original file line number Diff line number Diff line change 3
3
"name" : " asp.net" ,
4
4
"private" : true ,
5
5
"devDependencies" : {
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