We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d15df9 commit b9c0380Copy full SHA for b9c0380
Directory.Build.props
@@ -71,7 +71,7 @@
71
<Copyright>$(DoProductCopyright)</Copyright>
72
<PackageProjectUrl>https://dataobjects.net/</PackageProjectUrl>
73
<PackageIcon>do-nuget.png</PackageIcon>
74
- <PackageLicense>MIT</PackageLicense>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
75
<PackageTags>DataObjects.Net ORM BLL Persistence</PackageTags>
76
<PackageOutputPath>$(BaseOutputPath)packages\</PackageOutputPath>
77
<RepositoryUrl>https://github.com/DataObjects-NET/dataobjects-net</RepositoryUrl>
0 commit comments