Skip to content

Commit

Permalink
Remove the condition on setting PackageLicenseExpression/PackageTags …
Browse files Browse the repository at this point in the history
…in directory.build.props
  • Loading branch information
Numpsy committed Nov 24, 2023
1 parent 253a526 commit eb0a7ca
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 eb0a7ca

Please sign in to comment.