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

Commit

Permalink
chore: Update Services.csproj to include additional files for NuGet p…
Browse files Browse the repository at this point in the history
…ackaging
  • Loading branch information
kurmann committed May 3, 2024
1 parent 170a094 commit 3c1ddc5
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 3c1ddc5

Please sign in to comment.