diff --git a/.github/workflows/build+test+deploy.yml b/.github/workflows/build+test+deploy.yml index 9033279ff..10798ee27 100644 --- a/.github/workflows/build+test+deploy.yml +++ b/.github/workflows/build+test+deploy.yml @@ -27,10 +27,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - global-json-file: global.json - name: Restore tools run: dotnet tool restore - name: Restore dependencies @@ -49,10 +45,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - global-json-file: global.json - name: Restore tools run: dotnet tool restore - name: Build @@ -104,11 +96,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - global-json-file: global.json - - name: Restore tools run: dotnet tool restore - name: Restore dependencies diff --git a/global.json b/global.json index a4155b168..5c03259d7 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.201", + "version": "9.0.306", "rollForward": "disable" } }