We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2639686 commit 0b371d8Copy full SHA for 0b371d8
1 file changed
.github/workflows/dotnet-core.yml
@@ -15,10 +15,10 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v3
18
- - name: Setup .NET 8.0
+ - name: Setup .NET 10.0
19
uses: actions/setup-dotnet@v3
20
with:
21
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
22
include-prerelease: false
23
- name: Install dependencies
24
run: dotnet restore
0 commit comments