Skip to content

Commit

Permalink
[fix] license file path
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed May 11, 2022
1 parent 4c0dd83 commit 1c6bd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simplify.Web.Swagger/Simplify.Web.Swagger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
<None Include="..\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 1c6bd00

Please sign in to comment.