Update dotnet.yml

This commit is contained in:
2024-09-04 17:30:03 -04:00
committed by GitHub
parent 047260c1b9
commit f8751cf9e8

View File

@@ -21,7 +21,7 @@ jobs:
with: with:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore -f net8.0
- name: Build - name: Build
run: dotnet build -f net8.0 --no-restore run: dotnet build -f net8.0 --no-restore
- name: Test - name: Test