We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b157401 commit abb8c36Copy full SHA for abb8c36
1 file changed
.github/workflows/Build-Release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
23
- name: Restore dependencies
24
run: dotnet restore ./src/EPPlus.sln
25
0 commit comments