From 28b890d3046276cde5b36cd53d100afcd9a410de Mon Sep 17 00:00:00 2001 From: Shannon Klaus Date: Fri, 8 Nov 2024 13:21:32 -0700 Subject: [PATCH] Add it to dotnet restore --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d661a610..b87037ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: with: dotnet-version: 6.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore /p:EnableWindowsTargeting=true - name: Install dependencies run: dotnet add package NeoLua --version 1.3.14 - name: Build