Skip to content

Commit

Permalink
chore: Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed May 21, 2024
1 parent 72a2a20 commit fde12f2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: '8.0.101'
dotnet-version: '8.0.100'

- run: |
cd Uno.Gallery/Uno.Gallery.Wasm
Expand Down
2 changes: 1 addition & 1 deletion build/stage-build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
retryCountOnTaskFailure: 3
inputs:
packageType: sdk
version: 8.0.101
version: 8.0.100

- template: templates/canary-updater.yml

Expand Down
2 changes: 1 addition & 1 deletion build/stage-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
displayName: 'Use .NET'
inputs:
packageType: 'sdk'
version: '8.0.101'
version: '8.0.100'

- script: |
cd $(build.sourcesdirectory)/Uno.Gallery/Uno.Gallery.Windows
Expand Down
2 changes: 1 addition & 1 deletion build/stage-uitests-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
retryCountOnTaskFailure: 3
inputs:
packageType: sdk
version: 8.0.101
version: 8.0.100

- template: templates/canary-updater.yml

Expand Down
2 changes: 1 addition & 1 deletion build/templates/canary-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
displayName: 'Use .NET'
inputs:
packageType: 'sdk'
version: '8.0.101'
version: '8.0.100'

- task: nventiveCanaryUpdater@5
displayName: 'Canary Update (dev)'
Expand Down
6 changes: 3 additions & 3 deletions build/templates/dotnet-install-mac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
DotNetVersion: '8.0.101'
UnoCheck_Version: '1.20.2'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/66e00bddf844ed6bdd08616076688843bf74273b/manifests/uno.ui.manifest.json'
DotNetVersion: '8.0.100'
UnoCheck_Version: '1.23.0'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/37f4a7cefd69680d788c27a1fd0cd7224725aff1/manifests/uno.ui.manifest.json'
steps:
# Required until .NET 6 installs properly using UseDotnet
# using preview builds
Expand Down
6 changes: 3 additions & 3 deletions build/templates/dotnet-install-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
DotNetVersion: '8.0.101'
UnoCheck_Version: '1.20.2'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/66e00bddf844ed6bdd08616076688843bf74273b/manifests/uno.ui.manifest.json'
DotNetVersion: '8.0.100'
UnoCheck_Version: '1.23.0'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/37f4a7cefd69680d788c27a1fd0cd7224725aff1/manifests/uno.ui.manifest.json'
steps:

# Required until .NET 6 installs properly on Windows using UseDotnet
Expand Down

0 comments on commit fde12f2

Please sign in to comment.