Skip to content

Commit 78da12a

Browse files
committed
fix: icon path all csproj
1 parent 1d34b79 commit 78da12a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

src/NetDevPack.Security.Jwt.AspNetCore/NetDevPack.Security.Jwt.AspNetCore.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<RepositoryBranch>main</RepositoryBranch>
2626
<PackageProjectUrl>https://github.com/NetDevPack/Security.PasswordHasher</PackageProjectUrl>
2727
<PackageIcon>icon.png</PackageIcon>
28-
<PackageReadmeFile>README.md</PackageReadmeFile>
2928
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3029
<IncludeSymbols>true</IncludeSymbols>
3130
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
@@ -38,6 +37,9 @@
3837
</PackageReleaseNotes>
3938
</PropertyGroup>
4039

40+
<ItemGroup>
41+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
42+
</ItemGroup>
4143

4244
<ItemGroup>
4345
<FrameworkReference Include="Microsoft.AspNetCore.App" />

src/NetDevPack.Security.Jwt.Core/NetDevPack.Security.Jwt.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<PackageProjectUrl>https://github.com/NetDevPack/Security.Jwt</PackageProjectUrl>
2828

2929
<PackageIcon>icon.png</PackageIcon>
30-
<PackageReadmeFile>README.md</PackageReadmeFile>
3130

3231
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3332
<IncludeSymbols>true</IncludeSymbols>
@@ -44,6 +43,9 @@
4443
</PropertyGroup>
4544

4645

46+
<ItemGroup>
47+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
48+
</ItemGroup>
4749

4850
<ItemGroup>
4951
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" />

src/NetDevPack.Security.Jwt.IdentityServer4/NetDevPack.Security.Jwt.IdentityServer4.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
</PackageReleaseNotes>
3737
</PropertyGroup>
3838

39+
<ItemGroup>
40+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
41+
</ItemGroup>
3942

4043
<ItemGroup>
4144
<PackageReference Include="IdentityServer4" Version="4.1.2" />

src/NetDevPack.Security.Jwt.Store.FileSystem/NetDevPack.Security.Jwt.Store.FileSystem.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
</PackageReleaseNotes>
3434
</PropertyGroup>
3535

36+
<ItemGroup>
37+
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
38+
</ItemGroup>
3639

3740
<ItemGroup>
3841
<ProjectReference Include="..\NetDevPack.Security.Jwt.Core\NetDevPack.Security.Jwt.Core.csproj" />

0 commit comments

Comments
 (0)