mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
Compile using latest SDK
This commit is contained in:
parent
b5ca3fcc0e
commit
d0460f296c
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -19,7 +19,7 @@ stages:
|
|||
displayName: 'Use .NET Core sdk'
|
||||
inputs:
|
||||
packageType: 'sdk'
|
||||
version: '6.0.x'
|
||||
version: '9.x'
|
||||
includePreviewVersions: true
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
|
|
|
|||
2
.github/release.yml
vendored
2
.github/release.yml
vendored
|
|
@ -22,7 +22,7 @@ stages:
|
|||
displayName: 'Use .NET Core sdk'
|
||||
inputs:
|
||||
packageType: 'sdk'
|
||||
version: '6.0.x'
|
||||
version: '9.x'
|
||||
includePreviewVersions: true
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue