diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5bcee4e..6fb7308 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore Milvasoft.ExpressionBuilder project dependencies run: dotnet restore ExpressionBuilder/ExpressionBuilder.csproj - name: Build Milvasoft.ExpressionBuilder project