Skip to content

Commit c53fa83

Browse files
Merge branch 'upgrade-dotnet' of https://github.com/autoguru-au/EntityFrameworkCore.Triggered into upgrade-dotnet
2 parents 02bdd2d + a19b134 commit c53fa83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET Core
2929
uses: actions/setup-dotnet@v4
3030
with:
31-
dotnet-version: 9.0.x
31+
global-json-file: global.json
3232
- name: Install dependencies
3333
run: dotnet restore EntityFrameworkCore.Triggered.sln -p:Configuration=Release
3434
- name: Build
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup .NET Core
5858
uses: actions/setup-dotnet@v4
5959
with:
60-
dotnet-version: 9.0.x
60+
global-json-file: global.json
6161
- name: Install dependencies
6262
run: dotnet restore EntityFrameworkCore.Triggered.Samples.slnf
6363
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: 9.0.x
28+
global-json-file: global.json
2929
- name: Create Release NuGet package
3030
run: |
3131
arrTag=(${GITHUB_REF//\// })

0 commit comments

Comments
 (0)