This repository was archived by the owner on Dec 4, 2021. It is now read-only.
File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" ./sign.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;net45;netcoreapp3.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net45;netcoreapp3.0;netcoreapp3.1 </TargetFrameworks >
5
5
<PackageIconUrl >https://avatars3.githubusercontent.com/u/7604648</PackageIconUrl >
6
6
<PackageId >WeihanLi.AspNetMvc.AccessControlHelper</PackageId >
7
7
<Title >AccessControlHelper</Title >
13
13
<RootNamespace >WeihanLi.AspNetMvc.AccessControlHelper</RootNamespace >
14
14
<PackageTags >access control power permission authorize authorization Mvc</PackageTags >
15
15
<PackageReleaseNotes >
16
- add support for asp.net core3.0
16
+ add support for asp.net core 3.1
17
17
</PackageReleaseNotes >
18
18
<GeneratePackageOnBuild Condition =" '$(Configuration)'=='Release'" >True</GeneratePackageOnBuild >
19
19
</PropertyGroup >
20
- </Project >
20
+ </Project >
Original file line number Diff line number Diff line change 7
7
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
8
8
<PackageReference Version =" 2.0.0" Include =" Microsoft.AspNetCore.Mvc" />
9
9
</ItemGroup >
10
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
10
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0' OR '$(TargetFramework)' == 'netcoreapp3.1' " >
11
11
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
12
12
</ItemGroup >
13
13
<ItemGroup Condition =" '$(TargetFramework)' == 'net45'" >
20
20
<Compile Remove =" AccessControlHelperBuilder.cs" />
21
21
<Compile Remove =" AccessControlAuthorizationHandler.cs" />
22
22
</ItemGroup >
23
- </Project >
23
+ </Project >
You can’t perform that action at this time.
0 commit comments