Skip to content

Commit c5d723d

Browse files
committed
Fix: remove visible
1 parent ea6a5d3 commit c5d723d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
31+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" Visible="false" />
3232
<None Include="README.md" Pack="true" PackagePath="" />
33-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
33+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
3434
</ItemGroup>
3535

3636
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
2626
</ItemGroup>
27-
27+
2828
<ItemGroup>
29-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
29+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" Visible="false" />
3030
<None Include="README.md" Pack="true" PackagePath="" />
31-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
31+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
3232
</ItemGroup>
3333
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
30+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" Visible="false" />
3131
<None Include="README.md" Pack="true" PackagePath="" />
32-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
32+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
3333
</ItemGroup>
3434
</Project>

src/CodeOfChaos.Extensions/CodeOfChaos.Extensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
26+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" Visible="false" />
2727
<None Include="README.md" Pack="true" PackagePath="" />
28-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" />
28+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
2929
</ItemGroup>
3030

3131
</Project>

0 commit comments

Comments
 (0)