File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
<RazorLangVersion >3.0</RazorLangVersion >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
9
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.1" />
10
10
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" 3.2.1" PrivateAssets =" all" />
11
11
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 3.2.1" PrivateAssets =" all" />
12
- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 18.4.0.42 " />
12
+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
13
13
<PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
14
14
</ItemGroup >
15
15
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
8
8
<Optimize >true</Optimize >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 18.4.0.42 " />
12
+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
13
13
</ItemGroup >
14
14
15
15
</Project >
You can’t perform that action at this time.
0 commit comments