Skip to content

Commit

Permalink
Merge pull request #173 from Numpsy/no_licence_cond
Browse files Browse the repository at this point in the history
Remove the condition on setting PackageLicenseExpression/PackageTags in directory.build.props
  • Loading branch information
nojaf authored Nov 27, 2023
2 parents 5aad487 + eb0a7ca commit b55f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Ionide.KeepAChangelog.Tasks" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup Condition="'$(IsPackable)' == 'true'">
<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>F#;analyzers;compiler;tooling;editor;</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit b55f1a0

Please sign in to comment.