This reverts commit 19f2ec40b0.
This commit is contained in:
moljac 2022-01-18 18:13:21 +01:00
Родитель 19f2ec40b0
Коммит 73d9eb87cc
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -39,8 +39,8 @@ jobs:
macosImage: 'macOS-11' # the name of the macOS VM image (BigSur)
windowsImage: windows-2022
xcode: 13.1
dotnet: '6.0.101' # the version of .NET Core to use
dotnetStable: '5.0.404' # the stable version of .NET Core to use
dotnet: '5.0.403' # the version of .NET Core to use
dotnetStable: '3.1.415' # the stable version of .NET Core to use
initSteps:
- task: UseDotNet@2
displayName: install .NET $(DotNetVersion)