From 1a67fcffb4507efc1565e62593c9ec3d15f2058c Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Thu, 8 May 2025 17:10:41 +0200 Subject: [PATCH] Added nuget export options for development. Added nuget patch script for dotnet-script --- .../Moonlight.ApiServer.csproj | 80 +++++++++++-------- Moonlight.Client/Moonlight.Client.csproj | 54 +++++++++---- Moonlight.Shared/Moonlight.Shared.csproj | 14 ++-- Resources/Scripts/patchClient.csx | 66 +++++++++++++++ 4 files changed, 160 insertions(+), 54 deletions(-) create mode 100644 Resources/Scripts/patchClient.csx diff --git a/Moonlight.ApiServer/Moonlight.ApiServer.csproj b/Moonlight.ApiServer/Moonlight.ApiServer.csproj index 90d0ca28..9a90b529 100644 --- a/Moonlight.ApiServer/Moonlight.ApiServer.csproj +++ b/Moonlight.ApiServer/Moonlight.ApiServer.csproj @@ -5,49 +5,65 @@ enable enable Linux - true - 2.1.0 - Moonlight.ApiServer - Moonlight Panel - A build of moonlight's api server as a nuget package to develop moonlight plugins/modules - Moonlight Panel - https://github.com/Moonlight-Panel/Moonlight - https://github.com/Moonlight-Panel/Moonlight - git - moonlight - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - + - - .dockerignore - + + .dockerignore + + + + Moonlight.ApiServer + 2.1.0 + Moonlight Panel + A build of the api server for moonlight development + https://github.com/Moonlight-Panel/Moonlight + true + true + true + + + + + + + + + + + + + + + + + + + + true + src + Never + + + true + src + Never + + + + + + + diff --git a/Moonlight.Client/Moonlight.Client.csproj b/Moonlight.Client/Moonlight.Client.csproj index d9ca1883..ebb3871f 100644 --- a/Moonlight.Client/Moonlight.Client.csproj +++ b/Moonlight.Client/Moonlight.Client.csproj @@ -6,29 +6,53 @@ enable enable Linux - true - 2.1.0 - Moonlight.Client - Moonlight Panel - A build of moonlight's client as a nuget package to develop moonlight plugins/modules - Moonlight Panel - https://github.com/Moonlight-Panel/Moonlight - https://github.com/Moonlight-Panel/Moonlight - git - moonlight **\bin\**;**\obj\**;**\node_modules\**;**\Styles\*.json + + + Moonlight.Client + 2.1.0 + Moonlight Panel + A build of the client for moonlight development + https://github.com/Moonlight-Panel/Moonlight + true + true + true + + - + - - + + - + + + + + + + true + src + Never + + + true + src + Never + + + true + styles + Never + + + +