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 56116ce commit 3724fc6Copy full SHA for 3724fc6
.github/workflows/dotnet.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup .NET
22
uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: '7.0.x' # Use '7.0.x' to get the latest patch of .NET 7.0
+ dotnet-version: '8.0.403' # Use '7.0.x' to get the latest patch of .NET 7.0
25
26
- name: Restore dependencies
27
run: dotnet restore
0 commit comments