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 e427bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.300'
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.300'
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 e427bb0

Please sign in to comment.