We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37114b commit 1bdc6d3Copy full SHA for 1bdc6d3
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