We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0270fa commit ae57566Copy full SHA for ae57566
.github/workflows/main.yml
@@ -17,17 +17,17 @@ jobs:
17
matrix:
18
image: [macos-12, ubuntu-22.04, windows-2022]
19
env:
20
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
+ DOTNET_NOLOGO: 1
21
DOTNET_CLI_TELEMETRY_OPTOUT: 1
22
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
23
steps:
24
- uses: actions/checkout@v2
25
26
# Backend
27
- - name: Setup .NET Core SDK
28
- uses: actions/setup-dotnet@v1
+ - name: Set up .NET SDK
+ uses: actions/setup-dotnet@v4
29
with:
30
- dotnet-version: '3.1.x'
+ dotnet-version: '8.0.x'
31
- name: NuGet Cache
32
uses: actions/cache@v2
33
0 commit comments