diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 61901de..f05fd45 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore $env:SOURCE - name: Build diff --git a/.github/workflows/finish-and-release.yml b/.github/workflows/finish-and-release.yml index e4c7715..e9735f5 100644 --- a/.github/workflows/finish-and-release.yml +++ b/.github/workflows/finish-and-release.yml @@ -38,7 +38,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore $env:SOURCE - name: Build @@ -52,4 +52,4 @@ jobs: - name: Push to Nuget env: PACKAGES: ${{ format('{0}\MicrowaveNetworks\bin\Release\*.nupkg', env.SOURCE) }} - run: dotnet nuget push "${{ env.PACKAGES }}" --api-key ${{ secrets.NUGET_TOKEN }} -s ${{ env.NUGET_PACKAGE_SOURCE }} \ No newline at end of file + run: dotnet nuget push "${{ env.PACKAGES }}" --api-key ${{ secrets.NUGET_TOKEN }} -s ${{ env.NUGET_PACKAGE_SOURCE }}