Update dotnet.yml

This commit is contained in:
2024-09-04 17:40:05 -04:00
committed by GitHub
parent f8751cf9e8
commit e3513f894f

View File

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