Skip to content

Commit f40c601

Browse files
committed
Update .NET SDK on CI to 6.0.414
1 parent 4bb4dde commit f40c601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET 6
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '6.0.101'
18+
dotnet-version: '6.0.414'
1919
- name: Restore dotnet tools
2020
run: dotnet tool restore
2121
- name: remove current fake runner tool

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET 6
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: '6.0.101'
22+
dotnet-version: '6.0.414'
2323
- name: Restore dotnet tools
2424
run: dotnet tool restore
2525
- name: remove current fake runner tool

0 commit comments

Comments
 (0)