Skip to content

Commit c1fc66c

Browse files
authored
Fix package license warning (#15)
1 parent 0f47591 commit c1fc66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/F23.Kernel.AspNetCore/F23.Kernel.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>feature[23]</Copyright>
1111
<PackageProjectUrl>https://github.com/feature23/kernel</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/feature23/kernel</RepositoryUrl>
13-
<PackageLicenseUrl>https://github.com/feature23/kernel/blob/main/LICENSE</PackageLicenseUrl>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/F23.Kernel/F23.Kernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>feature[23]</Copyright>
1111
<PackageProjectUrl>https://github.com/feature23/kernel</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/feature23/kernel</RepositoryUrl>
13-
<PackageLicenseUrl>https://github.com/feature23/kernel/blob/main/LICENSE</PackageLicenseUrl>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)