chore: Updates to .NET 6.0.5 (#1026)

This commit is contained in:
Kamron Batman 2022-05-18 15:03:10 -07:00 committed by GitHub
parent b318fa29cb
commit 6ea5508f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.201
dotnet-version: 6.0.300
- name: Build
run: ./publish.cmd
- name: Test

View file

@ -18,7 +18,7 @@ jobs:
displayName: 'Install .NET 6'
inputs:
packageType: sdk
version: 6.0.201
version: 6.0.300
- task: NuGetAuthenticate@0
- script: ./publish.cmd Release win
displayName: 'Build'
@ -62,7 +62,7 @@ jobs:
displayName: 'Install .NET 6'
inputs:
packageType: sdk
version: 6.0.201
version: 6.0.300
- task: NuGetAuthenticate@0
- script: ./publish.cmd Release $(os)
displayName: 'Build'