Skip to content

Commit

Permalink
feat(exception): added netstandard2.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf committed Oct 21, 2024
1 parent 7a20c15 commit 0793ccf
Show file tree
Hide file tree
Showing 12 changed files with 477 additions and 415 deletions.
3 changes: 1 addition & 2 deletions AElf.ExceptionHandler/AElf.ExceptionHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<Authors>AElf</Authors>
<Description>An ExceptionHandler in AOP.</Description>
<PackageTags>aop</PackageTags>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/AElfProject/AOPExceptionModule</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
Loading

0 comments on commit 0793ccf

Please sign in to comment.