Skip to content

Commit 33d33af

Browse files
committed
add netstandard2.1 for AspectCore extensions
1 parent 5418ba7 commit 33d33af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WeihanLi.Common.Aspect.AspectCore/WeihanLi.Common.Aspect.AspectCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReleaseNotes>
1010
https://github.com/WeihanLi/WeihanLi.Common/blob/dev/docs/ReleaseNotes.md
1111
</PackageReleaseNotes>
12-
<TargetFramework>netstandard2.0</TargetFramework>
12+
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)