Skip to content

Commit

Permalink
ci: Update to .net 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Oct 18, 2023
1 parent be18620 commit 58baba0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
branches: [ "main" ]

env:
DotNetVersion: '6.0.401'
UnoCheck_Version: '1.5.4'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/34b1a60f5c1c51604b47362781969dde46979fd5/manifests/uno.ui.manifest.json'
DotNetVersion: '7.0.401'
UnoCheck_Version: '1.16.0'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/519b147a80d92e35cac4b8f97855d9302c91b340/manifests/uno.ui.manifest.json'

jobs:
build:
Expand Down Expand Up @@ -45,7 +45,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 vsmac --manifest $env:UnoCheck_Manifest
& uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vswindows --skip vsmac --manifest $env:UnoCheck_Manifest
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
Expand Down

0 comments on commit 58baba0

Please sign in to comment.