Updates the .NET framework version to 8.0 across multiple projects within the repository.
Updates Target Framework: Changes the <TargetFramework> element from net7.0 to net8.0 in the .csproj files for Pds.Api.Contracts, Pds.Api.Tests, Pds.Core, Pds.Data, Pds.Di, Pds.Mappers, Pds.Services, and Pds.Web.Models. This aligns all specified projects with the .NET 8.0 framework, as per the issue's requirement.
Related to #247
Updates the .NET framework version to 8.0 across multiple projects within the repository.
<TargetFramework>
element fromnet7.0
tonet8.0
in the.csproj
files forPds.Api.Contracts
,Pds.Api.Tests
,Pds.Core
,Pds.Data
,Pds.Di
,Pds.Mappers
,Pds.Services
, andPds.Web.Models
. This aligns all specified projects with the .NET 8.0 framework, as per the issue's requirement.For more details, open the Copilot Workspace session.