Skip to content

Commit 1650e5e

Browse files
committed
Bumped .NET in CIs
1 parent 355ceda commit 1650e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup .NET Core
3131
uses: actions/setup-dotnet@v3.2.0
3232
with:
33-
dotnet-version: 6.0.x
33+
dotnet-version: 7.0.x
3434

3535
- run: dotnet --info
3636

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup dotnet
4242
uses: actions/setup-dotnet@v3.2.0
4343
with:
44-
dotnet-version: "6.0.x"
44+
dotnet-version: "7.0.x"
4545

4646
- name: DotNet Info
4747
run: dotnet --info

0 commit comments

Comments
 (0)