Update csproj to use LicenseExpression (#150)
I assume this should have been `LicenseExpression` See https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-a-license-expression-or-a-license-file
This commit is contained in:
parent
deda0e4fa4
commit
e0a074b193
@ -7,7 +7,7 @@
|
|||||||
<Authors>Ben Adams</Authors>
|
<Authors>Ben Adams</Authors>
|
||||||
<RepositoryUrl>https://github.com/benaadams/Ben.Demystifier</RepositoryUrl>
|
<RepositoryUrl>https://github.com/benaadams/Ben.Demystifier</RepositoryUrl>
|
||||||
<PackageProjectUrl>https://github.com/benaadams/Ben.Demystifier</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/benaadams/Ben.Demystifier</PackageProjectUrl>
|
||||||
<License>Apache-2.0</License>
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<IncludeSource>true</IncludeSource>
|
<IncludeSource>true</IncludeSource>
|
||||||
<DebugType>embedded</DebugType>
|
<DebugType>embedded</DebugType>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user