diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2eacc9..fc52c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Build run: dotnet build --configuration Release @@ -44,7 +44,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Version and Tag id: bump_version @@ -81,7 +81,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Download Release Artifacts uses: actions/download-artifact@v4 diff --git a/.github/workflows/update-api.yml b/.github/workflows/update-api.yml index c0b4071..145b403 100644 --- a/.github/workflows/update-api.yml +++ b/.github/workflows/update-api.yml @@ -68,7 +68,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Test Build run: | diff --git a/NWN.Native.csproj b/NWN.Native.csproj index 366605b..1163f87 100644 --- a/NWN.Native.csproj +++ b/NWN.Native.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;net5.0;net6.0;net7.0 + netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 true linux-x64 false