Skip to content

Commit

Permalink
restore 6.0.200 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Unai Zorrilla Castro committed Jul 4, 2023
1 parent 1165a16 commit 8989380
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup .NET Core SDK 5.0.101
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.304
dotnet-version: 6.0.200
- name: dotnet build dotNET 3.1
run: dotnet build Balea.sln -c $BUILD_CONFIG --framework netcoreapp3.1
- name: dotnet build dotNET 5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core SDK 6.0.200
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.304
dotnet-version: 6.0.200
- name: Setup .NET Core SDK 5.0.101
uses: actions/setup-dotnet@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core SDK 6.0.200
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.304
dotnet-version: 6.0.200
- name: Setup .NET Core SDK 5.0.101
uses: actions/setup-dotnet@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core SDK 6.0.200
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.304
dotnet-version: 6.0.200
- name: Setup .NET Core SDK 5.0.101
uses: actions/setup-dotnet@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"samples"
],
"sdk": {
"version": "7.0.304"
"version": "6.0.200"
}
}

0 comments on commit 8989380

Please sign in to comment.