Skip to content

Commit 1151879

Browse files
committed
Fix NuGet license warning
Use PackageLicenseExpression instead of LicenseExpression.
1 parent 3c7c65f commit 1151879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/git-wt/git-wt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/ZeroErrors/git-wt</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<ProjectUrl>https://github.com/ZeroErrors/git-wt</ProjectUrl>
13-
<LicenseExpression>MIT</LicenseExpression>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageTags>git;worktree;cli;dotnet-tool</PackageTags>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<PackageOutputPath>./nupkg</PackageOutputPath>

0 commit comments

Comments
 (0)