diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 62664e189..bc6635580 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.0.3 with: - dotnet-version: 6.0.100 + dotnet-version: 7.0.4 - name: Install dependencies run: |