diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d369ebe..8ee41701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,17 +36,10 @@ jobs: if: ${{ matrix.os.database }} run: mysql -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }} -h 127.0.0.1 -e "CREATE DATABASE ${{ env.DB_DATABASE }};"; - - name: Install .NET 5.0 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: "5.0.x" - include-prerelease: true - - - name: Install .NET 6.0 Preview + - name: Install .NET 6.0 uses: actions/setup-dotnet@v1 with: dotnet-version: "6.0.x" - include-prerelease: true - name: Compile run: dotnet build -c Debug diff --git a/ProjectLighthouse.Tests/ProjectLighthouse.Tests.csproj b/ProjectLighthouse.Tests/ProjectLighthouse.Tests.csproj index 11c5fc86..fdc17caa 100644 --- a/ProjectLighthouse.Tests/ProjectLighthouse.Tests.csproj +++ b/ProjectLighthouse.Tests/ProjectLighthouse.Tests.csproj @@ -5,7 +5,7 @@ false - net5.0;net6.0 + net6.0 LBPUnion.ProjectLighthouse.Tests diff --git a/ProjectLighthouse/ProjectLighthouse.csproj b/ProjectLighthouse/ProjectLighthouse.csproj index b6275a8d..89eb6c44 100644 --- a/ProjectLighthouse/ProjectLighthouse.csproj +++ b/ProjectLighthouse/ProjectLighthouse.csproj @@ -2,7 +2,7 @@ Linux - net5.0;net6.0 + net6.0 LBPUnion.ProjectLighthouse LBPUnion.ProjectLighthouse