diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 849296033a..34b6837343 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,13 +20,18 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.205 - name: Get Engine Tag run: | cd RobustToolbox git fetch --depth=1 + - name: Update Directory.Packages.props + run: | + cd RobustToolbox + git fetch --depth=1 + - name: Install dependencies run: dotnet restore diff --git a/global.json b/global.json index 391ba3c2a3..267886ff3a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,5 @@ { "sdk": { - "version": "8.0.100", - "rollForward": "latestFeature" + "version": "8.0.205" } }