Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Oct 11, 2024
1 parent ed2749c commit 9a3b8d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blazor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.403
dotnet-version: 8.0.108
- name: restore dependencies
run: dotnet restore ./src/apps/blazor/client/Client.csproj
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.403
dotnet-version: 8.0.108
- name: restore dependencies
run: dotnet restore ./src/api/server/Server.csproj
- name: build
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.403",
"version": "8.0.108",
"rollForward": "latestFeature"
}
}

0 comments on commit 9a3b8d8

Please sign in to comment.