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 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 +}