Skip to content

Commit

Permalink
Using latest version of dotnet 7 for building the project
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 11, 2024
1 parent 5951804 commit 3f59296
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.403
7.0.100
7.0.408
- name: Download fake-cli
run: dotnet tool restore
- name: Package
Expand All @@ -46,7 +46,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.403
7.0.100
7.0.408
- name: Download fake-cli
run: dotnet tool install fake-cli --version 5.20.4 --tool-path .
- name: Restore packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
dotnet-version: |
6.0.403
7.0.100
7.0.408
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-macos-xamarin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: |
3.1.x
7.0.100
7.0.408
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
dotnet-version: |
6.0.403
7.0.100
7.0.408
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-windows-netframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.100
7.0.408
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
dotnet-version: |
6.0.403
7.0.100
7.0.408
- name: Download dotnet build-script tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "7.0.408",
"rollForward": "disable"
}
}

0 comments on commit 3f59296

Please sign in to comment.