diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index bd3301f37..519777e52 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: "7.0.x" + dotnet-version: "8.0.x" - name: Setup DocFX run: dotnet tool update -g docfx - name: Build Core diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 96762a278..58c7ffed6 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -60,7 +60,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Publish Artemis run: dotnet publish --configuration Release -p:Version=${{ needs.version.outputs.version-number }} --runtime ${{ matrix.rid }} --output build/${{ matrix.rid }} --self-contained Artemis/src/Artemis.UI.${{ matrix.csproj }}/Artemis.UI.${{ matrix.csproj }}.csproj - name: Publish Plugins diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 05daa25f3..a297799f0 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -37,7 +37,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Checkout uses: actions/checkout@v3 - name: Pack Artemis.Core