Skip to content

Commit

Permalink
Merge pull request #2 from AElfProject/support-for-net7.0
Browse files Browse the repository at this point in the history
feat(net7.0): added net7.0 support
  • Loading branch information
zhifenglee-aelf authored Jul 18, 2024
2 parents a190fd8 + d897fe9 commit 4250b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AElf.OpenTelemetry/AElf.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>AElf</Authors>
<Description>An OpenTelemetry module for use in ABP and Orleans framework.</Description>
<PackageTags>abp;module;grains;orleans</PackageTags>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/AElfProject/aelf.opentelemetry</RepositoryUrl>
Expand Down

0 comments on commit 4250b77

Please sign in to comment.