OData / AspNetCoreOData

ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
Other
458 stars 158 forks source link

Add .NET Core SDK 8.x to Pipeline for release8.x branch #1315

Closed WanjohiSammy closed 2 months ago

WanjohiSammy commented 2 months ago

This pull request adds a new task to the pipeline to use the .NET Core SDK version 8.x. The task configuration includes the following:

  - task: UseDotNet@2
      displayName: Use .NET Core sdk 8.x
      inputs:
        version: 8.x
        includePreviewVersions: true

This update ensures that the pipeline can support .NET Core 8.x changes.