Skip to content

Commit ae57566

Browse files
committed
(#85) CI: update .NET version
1 parent c0270fa commit ae57566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
matrix:
1818
image: [macos-12, ubuntu-22.04, windows-2022]
1919
env:
20-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
20+
DOTNET_NOLOGO: 1
2121
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2222
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2323
steps:
2424
- uses: actions/checkout@v2
2525

2626
# Backend
27-
- name: Setup .NET Core SDK
28-
uses: actions/setup-dotnet@v1
27+
- name: Set up .NET SDK
28+
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: '3.1.x'
30+
dotnet-version: '8.0.x'
3131
- name: NuGet Cache
3232
uses: actions/cache@v2
3333
with:

0 commit comments

Comments
 (0)