We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5193946 commit 917d548Copy full SHA for 917d548
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install .NET SDK
23
uses: actions/setup-dotnet@v1
24
with:
25
- dotnet-version: "5.0.x"
+ dotnet-version: "6.0.x"
26
27
- name: Add MSBuild to PATH
28
uses: microsoft/setup-msbuild@v1.0.2
0 commit comments