From a73089e0c6f9e1c6436a633b545cbbb134e4d209 Mon Sep 17 00:00:00 2001 From: Farshad DASHTI Date: Thu, 3 Oct 2024 11:45:59 +0100 Subject: [PATCH] Updated readme path --- .../DfE.CoreLibs.BackgroundService.csproj | 4 ++-- src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj | 4 ++-- src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/DfE.CoreLibs.BackgroundService/DfE.CoreLibs.BackgroundService.csproj b/src/DfE.CoreLibs.BackgroundService/DfE.CoreLibs.BackgroundService.csproj index 586bafb..23cbcf5 100644 --- a/src/DfE.CoreLibs.BackgroundService/DfE.CoreLibs.BackgroundService.csproj +++ b/src/DfE.CoreLibs.BackgroundService/DfE.CoreLibs.BackgroundService.csproj @@ -4,14 +4,14 @@ net8.0 enable enable - readme.md + $(MSBuildThisFileDirectory)readme.md DfE.CoreLibs.BackgroundService 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. DFE-Digital - + diff --git a/src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj b/src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj index 2ec00f9..d6cdaa4 100644 --- a/src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj +++ b/src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj @@ -4,14 +4,14 @@ net8.0 enable enable - readme.md + $(MSBuildThisFileDirectory)readme.md DfE.CoreLibs.Caching This caching library offers a unified, efficient caching solution for .NET projects. It provides a simple, reusable abstraction over different caching mechanisms, enabling developers to easily implement in-memory and distributed caching strategies, improving the performance and scalability of their applications. DFE-Digital - + diff --git a/src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj b/src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj index 07a0a45..36c4eae 100644 --- a/src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj +++ b/src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj @@ -4,14 +4,14 @@ net8.0 enable enable - readme.md + $(MSBuildThisFileDirectory)readme.md DfE.CoreLibs.Testing Designed to enhance test automation, this library provides essential utilities and frameworks for unit and integration testing in .NET. It includes tools for mocking, assertions, and common test scenarios, helping developers write cleaner, more efficient tests that improve the overall quality and stability of their applications. DFE-Digital - +