Skip to content

Commit 917d548

Browse files
committed
Update CI to .NET 6.0.x
1 parent 5193946 commit 917d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install .NET SDK
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: "5.0.x"
25+
dotnet-version: "6.0.x"
2626

2727
- name: Add MSBuild to PATH
2828
uses: microsoft/setup-msbuild@v1.0.2

0 commit comments

Comments
 (0)