Skip to content

Commit

Permalink
Change net6.0 to net8.0 in AElf.Blockchains.BasicBaseChain.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jul 22, 2024
1 parent 02e17f0 commit 08171e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\common.props"/>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PackageId>AElf.Blockchains.BasicBaseChain</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Base AElf Module for different chain types.</Description>
Expand Down

0 comments on commit 08171e6

Please sign in to comment.