Remove .Net3 from installer & CI (#17825)

This commit is contained in:
Stefan Markovic
2022-04-20 22:29:06 +02:00
committed by GitHub
parent f803fed026
commit 310c010c19
3 changed files with 0 additions and 27 deletions

View File

@@ -7,12 +7,6 @@ steps:
submodules: true
clean: true
- task: UseDotNet@2
displayName: 'Use .NET 3.1 for unit test SDK'
inputs:
packageType: sdk
version: '3.1.x'
- task: UseDotNet@2
displayName: 'Use .NET 6 SDK'
inputs: