diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index bc6635580..c392382aa 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: 7.0.4 + dotnet-version: 7.0.x - name: Install dependencies run: |