Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #75 from kurmann/74-add-license-file
Browse files Browse the repository at this point in the history
Inkorrekter relativer Pfad LICENSE, README.md und PackageIcon.png des NuGet-Packages korrigiert
  • Loading branch information
kurmann committed May 3, 2024
2 parents 170a094 + 3c1ddc5 commit 5426ef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/services-repo/src/Services/Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>

<!-- Spezifisch für NuGet-Packetierung -->
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\PackageIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 5426ef4

Please sign in to comment.