We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3e2d1 commit 9887018Copy full SHA for 9887018
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
- name: Setup .NET SDK
24
- uses: actions/setup-dotnet@v5.1.0
+ uses: actions/setup-dotnet@v5.2.0
25
26
dotnet-version: 8.0.x
27
- name: Add msbuild to PATH
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300
34
0 commit comments