From 835f16d73a1372479d06164136998f4d3a07cf0a Mon Sep 17 00:00:00 2001 From: "Nicholas Blair (wsl@nblair2-38373s)" Date: Fri, 24 Oct 2025 21:11:34 -0600 Subject: [PATCH] fix: capitalization in Ghosts.Client.Universal.csproj --- .github/workflows/create_client_universal.yml | 14 +++++++------- .../Ghosts.Client.Universal.csproj | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/create_client_universal.yml b/.github/workflows/create_client_universal.yml index 28293e55..9ce5eea5 100644 --- a/.github/workflows/create_client_universal.yml +++ b/.github/workflows/create_client_universal.yml @@ -13,19 +13,19 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' # Use 'x' to automatically get the latest patch version + dotnet-version: '9.0.x' # Use 'x' to automatically get the latest patch version - name: Restore dependencies for Ghosts.Domain - run: dotnet restore src/Ghosts.Domain/ghosts.domain.csproj + run: dotnet restore src/Ghosts.Domain/Ghosts.Domain.csproj - - name: Restore dependencies for ghosts.client.universal - run: dotnet restore src/ghosts.client.universal/ghosts.client.universal.csproj + - name: Restore dependencies for Ghosts.Client.Universal + run: dotnet restore src/Ghosts.Client.Universal/Ghosts.Client.Universal.csproj - name: Build Ghosts.Domain - run: dotnet build --no-restore src/Ghosts.Domain/ghosts.domain.csproj + run: dotnet build --no-restore src/Ghosts.Domain/Ghosts.Domain.csproj - - name: Build ghosts.client.universal - run: dotnet build --no-restore src/ghosts.client.universal/ghosts.client.universal.csproj --configuration Release -o build_output/ + - name: Build Ghosts.Client.Universal + run: dotnet build --no-restore src/Ghosts.Client.Universal/Ghosts.Client.Universal.csproj --configuration Release -o build_output/ - name: Zip build output run: zip -r ghosts-client-universal-v8.0.0.zip build_output/ diff --git a/src/Ghosts.Client.Universal/Ghosts.Client.Universal.csproj b/src/Ghosts.Client.Universal/Ghosts.Client.Universal.csproj index 8a871d87..a6a90a73 100755 --- a/src/Ghosts.Client.Universal/Ghosts.Client.Universal.csproj +++ b/src/Ghosts.Client.Universal/Ghosts.Client.Universal.csproj @@ -24,8 +24,8 @@ - - + + @@ -36,7 +36,7 @@ - +