Some updates #26

Merged
mahalex merged 5 commits from dev/updates into master 2024-07-24 18:49:56 +00:00
Showing only changes of commit 920a1d680e - Show all commits

View File

@ -11,9 +11,9 @@ variables:
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 5.x'
displayName: 'Use .NET Core SDK 8.x'
inputs:
version: 5.x
version: 8.x
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'