File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
CS/BlazorApp_SpreadsheetDocumentAPI Expand file tree Collapse file tree 1 file changed +6
-9
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 " >
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
8-
98 <ItemGroup >
10- <PackageReference Include =" DevExpress.Blazor" Version =" 22.1.2 " />
11- <PackageReference Include =" DevExpress.Document.Processor" Version =" 22.1.2 " />
9+ <PackageReference Include =" DevExpress.Blazor" Version =" 24.2.1-alpha-24207 " />
10+ <PackageReference Include =" DevExpress.Document.Processor" Version =" 24.2.1-alpha-24207 " />
1211 </ItemGroup >
13-
1412 <ItemGroup >
1513 <None Update =" Data\LoanAmortizationScheduleTemplate.xltx" >
1614 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
1715 </None >
1816 </ItemGroup >
19-
20- </Project >
17+ </Project >
You can’t perform that action at this time.
0 commit comments