File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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
<DefaultItemExcludes >Reports\**</DefaultItemExcludes >
6
6
</PropertyGroup >
7
7
<ItemGroup >
40
40
<Exec Command =" npm install" />
41
41
</Target >
42
42
<ItemGroup >
43
- <PackageReference Include =" DevExpress.Reporting.Core" Version =" 23 .2.*-*" />
43
+ <PackageReference Include =" DevExpress.Reporting.Core" Version =" 24 .2.*-*" />
44
44
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 6.0.18" />
45
45
<PackageReference Include =" Microsoft.Web.LibraryManager.Build" Version =" 2.1.175" />
46
46
<PackageReference Include =" System.Data.SQLite" Version =" 1.0.109.2" />
47
47
</ItemGroup >
48
- </Project >
48
+ </Project >
You can’t perform that action at this time.
0 commit comments