Skip to content

Commit

Permalink
Update to install net6.0 still
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Sep 12, 2024
1 parent 83b6917 commit 290842c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/LocalesTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- name: Setup dotnet SDK
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Set up dependency caching for faster builds
uses: actions/cache@v4
id: nuget-cache
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ jobs:
- name: Setup dotnet SDK
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Get Build Information
run: |
pwd
dotnet --info
dotnet --version
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Set up dependency caching for faster builds
uses: actions/cache@v4
id: nuget-cache
Expand Down

0 comments on commit 290842c

Please sign in to comment.