diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fab01c71..cc787758 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "6.0.10", + "version": "7.0.0", "commands": [ "dotnet-ef" ] }, "dotnet-trace": { - "version": "6.0.328102", + "version": "6.0.351802", "commands": [ "dotnet-trace" ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41895b51..60d2cb8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,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 6.0 + - name: Install .NET 7.0 uses: actions/setup-dotnet@v3 with: - dotnet-version: "6.0.x" + dotnet-version: "7.0.x" - name: Compile run: dotnet build -c Debug diff --git a/.run/Lighthouse API.run.xml b/.run/Lighthouse API.run.xml index 02490fb4..b39956b2 100644 --- a/.run/Lighthouse API.run.xml +++ b/.run/Lighthouse API.run.xml @@ -1,6 +1,6 @@ -