Skip to content

Commit

Permalink
Updated readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 3, 2024
1 parent dccd020 commit 625d39d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageReadmeFile>src/DfE.CoreLibs.BackgroundService/readme.md</PackageReadmeFile>
<PackageReadmeFile>/src/DfE.CoreLibs.BackgroundService/readme.md</PackageReadmeFile>
<Title>DfE.CoreLibs.BackgroundService</Title>
<Description>This package provides a robust framework for implementing long-running background tasks in .NET applications. It simplifies the development of background services by offering reusable components that streamline task scheduling, execution, and error handling. Ideal for any project requiring background processing, it ensures reliability and scalability across different environments.</Description>
<Authors>DFE-Digital</Authors>
</PropertyGroup>

<ItemGroup>
<None Include="src/DfE.CoreLibs.BackgroundService/readme.md" Pack="true" PackagePath="\" />
<None Include="/src/DfE.CoreLibs.BackgroundService/readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand All @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<None Update="$(MSBuildThisFileDirectory)readme.md">
<None Update="/src/DfE.CoreLibs.BackgroundService/readme.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 625d39d

Please sign in to comment.