Skip to content

Commit 34601db

Browse files
committed
Fi: correct license link
1 parent f10365a commit 34601db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/CodeOfChaos.Extensions.AspNetCore/CodeOfChaos.Extensions.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<Content Include="..\..\LICENSE" Link="LICENSE" CopyToOutputDirectory="Always" CopyToPublishDirectory="Always" />
31+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
3232
<None Include="README.md" Pack="true" PackagePath="" />
3333
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
3434
</ItemGroup>

src/CodeOfChaos.Extensions.EntityFrameworkCore/CodeOfChaos.Extensions.EntityFrameworkCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<Content Include="..\..\LICENSE" Link="LICENSE" CopyToOutputDirectory="Always" CopyToPublishDirectory="Always" />
29+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
3030
<None Include="README.md" Pack="true" PackagePath="" />
3131
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
3232
</ItemGroup>

src/CodeOfChaos.Extensions.Serilog/CodeOfChaos.Extensions.Serilog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<Content Include="..\..\LICENSE" Link="LICENSE" CopyToOutputDirectory="Always" CopyToPublishDirectory="Always" />
30+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
3131
<None Include="README.md" Pack="true" PackagePath="" />
3232
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
3333
</ItemGroup>

src/CodeOfChaos.Extensions/CodeOfChaos.Extensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<Content Include="..\..\LICENSE" Link="LICENSE" CopyToOutputDirectory="Always" CopyToPublishDirectory="Always" />
26+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
2727
<None Include="README.md" Pack="true" PackagePath="" />
2828
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)