From e3513f894fd0489d48027af8b7be4e3210f5a1c8 Mon Sep 17 00:00:00 2001 From: Khamraj Rohit Date: Wed, 4 Sep 2024 17:40:05 -0400 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 82449c9..2c6eccf 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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