Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
with:
dotnet-version: 8.0.403
dotnet-version: 8.0.404
- name: Restore dependencies
run: dotnet restore --locked-mode CurrentTimeApp/CurrentTimeApp.csproj
- name: Build
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
with:
dotnet-version: 8.0.403
dotnet-version: 8.0.404
- name: Install dotnet maui workload
run: dotnet workload install maui --source https://api.nuget.org/v3/index.json
- name: Install dotnet maui-android workload to build application
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
with:
dotnet-version: 8.0.403
dotnet-version: 8.0.404
- name: Restore web dependencies
run: dotnet restore --locked-mode CurrentTimeApp/CurrentTimeApp.csproj
- name: Build web
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
with:
dotnet-version: 8.0.403
dotnet-version: 8.0.404
- name: Install dotnet maui workload
run: dotnet workload install maui --source https://api.nuget.org/v3/index.json
- name: Install dotnet maui-android workload to build application
Expand Down
Loading