Skip to content

Commit 1c6bd00

Browse files
committed
[fix] license file path
1 parent 4c0dd83 commit 1c6bd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Simplify.Web.Swagger/Simplify.Web.Swagger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
<ItemGroup>
3232
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
3333
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
34-
<None Include="..\LICENSE.txt" Pack="true" PackagePath="\" />
34+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
3535
</ItemGroup>
3636
</Project>

0 commit comments

Comments
 (0)