From f5a8c27cd138ae3311125bdcaea6634c8bcceb45 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Tue, 10 Feb 2026 17:57:20 -0600 Subject: [PATCH] Fix builds --- .gitea/workflows/publish-release.yml | 6 +++--- OF DL.Core/OF DL.Core.csproj | 22 +++++++++++----------- OF DL.Tests/OF DL.Tests.csproj | 14 ++++++++++---- OF DL/OF DL.csproj | 16 ++++++++++++++++ 4 files changed, 40 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/publish-release.yml b/.gitea/workflows/publish-release.yml index ba39afb..a11f22d 100644 --- a/.gitea/workflows/publish-release.yml +++ b/.gitea/workflows/publish-release.yml @@ -29,12 +29,12 @@ jobs: - name: Build for Windows and Linux run: | - dotnet publish -p:Version=${{ steps.version.outputs.version }} \ + dotnet publish "OF DL/OF DL.csproj" -p:Version=${{ steps.version.outputs.version }} \ -p:PackageVersion=${{ steps.version.outputs.version }} \ -p:WarningLevel=0 -c Release -r win-x86 \ --self-contained true -p:PublishSingleFile=true -o outwin - dotnet publish -p:Version=${{ steps.version.outputs.version }} \ + dotnet publish "OF DL/OF DL.csproj" -p:Version=${{ steps.version.outputs.version }} \ -p:PackageVersion=${{ steps.version.outputs.version }} \ -p:WarningLevel=0 -c Release -r linux-x64 \ --self-contained true -p:PublishSingleFile=true -o outlin @@ -70,4 +70,4 @@ jobs: env: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_REPOSITORY: ${{ gitea.repository }} - GITEA_SERVER_URL: ${{ gitea.server_url }} \ No newline at end of file + GITEA_SERVER_URL: ${{ gitea.server_url }} diff --git a/OF DL.Core/OF DL.Core.csproj b/OF DL.Core/OF DL.Core.csproj index 88e3b0c..bd0d0bb 100644 --- a/OF DL.Core/OF DL.Core.csproj +++ b/OF DL.Core/OF DL.Core.csproj @@ -8,18 +8,18 @@ - + - - - - - - - - - - + + + + + + + + + + diff --git a/OF DL.Tests/OF DL.Tests.csproj b/OF DL.Tests/OF DL.Tests.csproj index cb77d5a..3909cfa 100644 --- a/OF DL.Tests/OF DL.Tests.csproj +++ b/OF DL.Tests/OF DL.Tests.csproj @@ -9,10 +9,16 @@ - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/OF DL/OF DL.csproj b/OF DL/OF DL.csproj index 63aeb86..63622ca 100644 --- a/OF DL/OF DL.csproj +++ b/OF DL/OF DL.csproj @@ -17,6 +17,22 @@ + + + + + + + + + + + + + + + + References\Spectre.Console.dll