From 7154b3ecd1352b6ffe491d53faa39643123ed08c Mon Sep 17 00:00:00 2001 From: Jabkas Date: Thu, 23 May 2024 21:44:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A5=D1=83=D0=B9=20=D0=B5=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D0=B5=D1=82.=20=D0=9F=D0=BE=D0=BC=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D1=82=20=D0=B8=D0=BB=D0=B8=20=D0=BD=D0=B5=D1=82.?= =?UTF-8?q?=20=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=20=D0=B2=D1=81=D1=91=20=D1=81?= =?UTF-8?q?=D0=BB=D0=BE=D0=BC=D0=B0=D0=B5=D1=82=20=D0=BA=20=D1=85=D1=83?= =?UTF-8?q?=D1=8F=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 7 ++++++- global.json | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) 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" } }