diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5c047a..08c95a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v3 - name: Setup .NET uses: actions/setup-dotnet@v3 - with: - dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore - name: Build