Skip to content

Commit d5da665

Browse files
committed
Update .NET version in pipeline to 10.0
Changed the version variable in azure-pipelines.yml from 10.2 to 10.0 to align with the required .NET version for the build process.
1 parent cef2e99 commit d5da665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pool:
1010

1111
variables:
1212
buildConfiguration: 'Release'
13-
version: 10.2
13+
version: 10.0
1414

1515
steps:
1616
- task: UseDotNet@2

0 commit comments

Comments
 (0)