Skip to content

Commit ba4f125

Browse files
author
Taha Zahit Hakyemez
committed
Upgrade CI/CD workflow to .NET 10 LTS
1 parent e892df8 commit ba4f125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: 8.0.x
19+
dotnet-version: 10.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore BiMap/BiMap.sln
2222
- name: Build
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v3
3333
with:
34-
dotnet-version: 8.0.x
34+
dotnet-version: 10.0.x
3535
- name: Pack
3636
run: dotnet pack BiMap/BiMap/BiMap.csproj --configuration Release --output nuget-packages
3737
- name: Publish to NuGet

0 commit comments

Comments
 (0)