Skip to content

Commit b9c0380

Browse files
authored
Correct license type declaration for nuget package (#183)
1 parent 1d15df9 commit b9c0380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<Copyright>$(DoProductCopyright)</Copyright>
7272
<PackageProjectUrl>https://dataobjects.net/</PackageProjectUrl>
7373
<PackageIcon>do-nuget.png</PackageIcon>
74-
<PackageLicense>MIT</PackageLicense>
74+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7575
<PackageTags>DataObjects.Net ORM BLL Persistence</PackageTags>
7676
<PackageOutputPath>$(BaseOutputPath)packages\</PackageOutputPath>
7777
<RepositoryUrl>https://github.com/DataObjects-NET/dataobjects-net</RepositoryUrl>

0 commit comments

Comments
 (0)