File tree
Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Expand file treeCollapse file tree2 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 | </PropertyGroup>
|
6 | 6 | <ItemGroup>
|
7 | 7 | <PackageReference Include="EntityFramework" Version="6.3.0" />
|
8 |
| -<PackageReference Include="DevExpress.AspNetCore.Dasard" Version="23.1.*-*" /> |
| 8 | +<PackageReference Include="DevExpress.AspNetCore.Dasard" Version="24.2.*-*" /> |
9 | 9 | <PackageReference Include="Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64" Version="19.65.4" />
|
10 | 10 | <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.1" />
|
11 | 11 | <PackageReference Include="System.Data.SQLite" Version="1.0.111" />
|
|
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-dasard": "23.1-stable" |
| 6 | +"devextreme-dist": "~24.2.1-alpha", |
| 7 | +"@devexpress/analytics-core": "~24.2.1-alpha", |
| 8 | +"devexpress-dasard": "~24.2.1-alpha" |
9 | 9 | }
|
10 | 10 | }
|
You can’t perform that action at this time.
0 commit comments