Skip to content

Commit 34830c2

Browse files
Copilotjfversluis
andcommitted
Update GitHub workflow to use .NET 10
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent e6579be commit 34830c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: '9.0.x'
22+
dotnet-version: '10.0.x'
2323
- name: Setup NuGet 5.x
2424
uses: nuget/setup-nuget@v1
2525
with:
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup .NET Core
7474
uses: actions/setup-dotnet@v3
7575
with:
76-
dotnet-version: '9.0.x'
76+
dotnet-version: '10.0.x'
7777
- name: Push NuGet
7878
run: |
7979
dotnet nuget push ${{ steps.download-artifacts.outputs.download-path }}\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ORG_API_KEY }}

0 commit comments

Comments
 (0)