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 c3cfd50 commit cd0d941Copy full SHA for cd0d941
src/Directory.Build.props
@@ -8,7 +8,7 @@
8
<Description>An implementation of Standard Webhooks for use in .NET Core and ASP.NET Core projects</Description>
9
<PackageProjectUrl>https://github.com/codefactors/StandardWebhooks</PackageProjectUrl>
10
<PackageReadmeFile>README.md</PackageReadmeFile>
11
- <PackageLicenseFile>LICENSE.md</PackageLicenseFile>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
12
<RepositoryUrl>https://github.com/codefactors/StandardWebhooks</RepositoryUrl>
13
</PropertyGroup>
14
@@ -24,4 +24,4 @@
24
<None Include="$(SolutionDir)src\StandardWebhooks\README.md" Pack="true" PackagePath="" />
25
</ItemGroup>
26
27
-</Project>
+</Project>
0 commit comments