Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Updated Github worksflows to use .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Jul 19, 2023
1 parent 46cf10e commit fbebb7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
dotnet-version: '7.0'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build TAS.Avalonia/TAS.Avalonia.csproj --configuration Release --no-restore
run: dotnet build TAS.Avalonia/TAS.Avalonia.csproj --configuration Release --no-restore
2 changes: 1 addition & 1 deletion .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
dotnet-version: '7.0'
- name: Install dependencies
run: dotnet restore
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
dotnet-version: '7.0'
- name: Install dependencies
run: dotnet restore
- name: Bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
dotnet-version: '7.0'
- name: Install dependencies
run: dotnet restore
- name: Publish
Expand Down

0 comments on commit fbebb7d

Please sign in to comment.