Skip to content

Commit 918eeea

Browse files
committed
Bump build yml files to net 8.0.100
1 parent 3b8c2d6 commit 918eeea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 6.0.302
21+
dotnet-version: 8.0.100
2222
- name: Build with dotnet
2323
run: dotnet build --configuration Release
2424
- name: Run unit tests

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 6.0.302
21+
dotnet-version: 8.0.100
2222
- name: Build with dotnet
2323
run: dotnet build --configuration Release
2424
- name: Run unit tests

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 6.0.302
21+
dotnet-version: 8.0.100
2222

2323
- name: Clean
2424
run: dotnet clean --configuration Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)