Skip to content

Commit 1bdc6d3

Browse files
authored
Update .NET version from 9.0.x to 10.0.x
1 parent c37114b commit 1bdc6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: '9.0.x'
22+
dotnet-version: '10.0.x'
2323
- name: Restore dependencies
2424
run: dotnet restore ./src/EPPlus.sln
2525

0 commit comments

Comments
 (0)