From 82c13a9bbc9358f6dc03d96564342321c17f8a06 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Sat, 26 Apr 2025 21:19:17 +0300 Subject: [PATCH 1/2] ubuntu-22.04 --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 2f48827..c4b581c 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -5,7 +5,7 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: 'ubuntu-22.04' steps: - uses: actions/checkout@v1 From 66a12173553b60729724866336486f59b3bd6292 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Sat, 26 Apr 2025 21:21:28 +0300 Subject: [PATCH 2/2] Roll forward --- global.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 2223a05..182d45a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "version": "3.0.100" + "version": "3.0.100", + "rollForward": "latestMinor" } -} \ No newline at end of file +}