diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index 008e08b..ad95b72 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -14,8 +14,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - - name: Create global.json file - run: "echo '{\"sdk\":{\"version\": \"${{ steps.setup.outputs.dotnet-version }}\"}}' > ./global.json" - run: dotnet --version - name: Restore dependencies run: dotnet restore