updating everythign to .net 6 minus wxs for runtime

This commit is contained in:
Clint Rutkas
2022-01-25 14:33:10 -08:00
parent dd05374f6d
commit 4d5fcd0975
17 changed files with 16 additions and 22 deletions

View File

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