Skip to content

Commit 2bc9a71

Browse files
Create 24.2.1+ branch
1 parent a645149 commit 2bc9a71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CS/DXAspNetCoreApp/DXAspNetCoreApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<None Remove="Reports\ValidReport.repx" />
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
1818
<PackageReference Include="System.Data.SQLite" Version="1.0.117" />
19-
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="22.2.2-beta" />
19+
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="24.2.1-alpha-24207" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<Compile Update="Reports\ValidReport.cs">
@@ -29,4 +29,4 @@
2929
<DependentUpon>XtraReportWithException.repx</DependentUpon>
3030
</Compile>
3131
</ItemGroup>
32-
</Project>
32+
</Project>

CS/DXAspNetCoreApp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@devexpress/analytics-core": "22.2.2-beta",
7+
"@devexpress/analytics-core": "~24.2.1-alpha",
88
"bootstrap": "^3.3.7",
9-
"devexpress-reporting": "22.2.2-beta",
10-
"devextreme": "22.2.2-beta",
9+
"devexpress-reporting": "~24.2.1-alpha",
10+
"devextreme": "~24.2.1-alpha",
1111
"jquery-ui-dist": "^1.13.2"
1212
}
1313
}

0 commit comments

Comments
 (0)