diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 5474e756..e0219755 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.x + global-json-file: global.json - name: Build and Pack Nugets run: dotnet pack src/FishyFlip.slnx --configuration Release --output nupkg @@ -42,7 +42,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.x + global-json-file: global.json - name: Run FishyFlip.Tests run: dotnet test src/FishyFlip.Tests/FishyFlip.Tests.csproj -- --report-trx --results-directory ../../dotnet-test-results diff --git a/global.json b/global.json index fe954fe1..05d6d507 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.101", "rollForward": "latestMinor" } } \ No newline at end of file