Skip to content

Commit

Permalink
chore: Adjust base net sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 21, 2024
1 parent 16e756f commit eb6acff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

env:
DotNetVersion: '8.0.403'
UnoCheck_Version: '1.16.0'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/519b147a80d92e35cac4b8f97855d9302c91b340/manifests/uno.ui.manifest.json'
UnoCheck_Version: '1.26.1'

jobs:
build:
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
- run: |
& dotnet tool update --global uno.check --version $env:UnoCheck_Version --add-source https://api.nuget.org/v3/index.json
& uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vswinworkloads --skip vsmac --manifest $env:UnoCheck_Manifest
& uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vswinworkloads --skip vsmac
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
Expand Down

0 comments on commit eb6acff

Please sign in to comment.