Skip to content

Commit a49a0f2

Browse files
authored
Update nugetTests.yml
1 parent 70b19c5 commit a49a0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nugetTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
- name: Install .NET
5050
uses: actions/setup-dotnet@v4
5151
with:
52-
dotnet-version: '6.x'
52+
dotnet-version: '8.x'
5353

5454
- name: Install NuGet
5555
uses: nuget/setup-nuget@v2
5656
with:
57-
nuget-version: '6.x'
57+
nuget-version: '8.x'
5858

5959
- name: Setup Go with cache
6060
uses: jfrog/.github/actions/install-go-with-cache@main

0 commit comments

Comments
 (0)