Skip to content

Commit

Permalink
chore: include static files for nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbtech committed Jul 23, 2024
1 parent 6156c4b commit de0d665
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Logto.WebApi.Sdk/Logto.WebApi.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="" />
<None Include="..\..\README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="..\..\CHANGELOG.md" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit de0d665

Please sign in to comment.