From fc4e3f3ed17fa2e4417b4ce7f65c22f1868ce9ec Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Tue, 9 Dec 2025 11:38:17 -0700 Subject: [PATCH] Build issues (#4267) --- .github/workflows/openapi-gen.yml | 6 ++---- UI/Web/package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/openapi-gen.yml b/.github/workflows/openapi-gen.yml index ff80a73ea..cd40185c4 100644 --- a/.github/workflows/openapi-gen.yml +++ b/.github/workflows/openapi-gen.yml @@ -10,8 +10,6 @@ on: branches: [ 'develop', '!release/**' ] workflow_dispatch: -env: - DOTNET_VERSION: 10.0 jobs: generate-openapi: @@ -26,7 +24,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: $DOTNET_VERSION + dotnet-version: 10.0.x - name: Install dependencies run: dotnet restore @@ -47,7 +45,7 @@ jobs: dotnet tool install Swashbuckle.AspNetCore.Cli --version ${{ steps.swashbuckle-version.outputs.VERSION }} - name: Generate OpenAPI file - run: dotnet swagger tofile --output openapi.json API/bin/Debug/net$DOTNET_VERSION/API.dll v1 + run: dotnet swagger tofile --output openapi.json API/bin/Debug/net10/API.dll v1 - name: Check for changes id: git-check diff --git a/UI/Web/package.json b/UI/Web/package.json index 8357f1b10..506770bf8 100644 --- a/UI/Web/package.json +++ b/UI/Web/package.json @@ -22,7 +22,7 @@ "@angular-slider/ngx-slider": "^20.0.0", "@angular/animations": "^20.3.2", "@angular/cdk": "^20.2.5", - "@angular/common": "^20.3.14", + "@angular/common": "^20.3.2", "@angular/compiler": "^20.3.2", "@angular/core": "^20.3.2", "@angular/forms": "^20.3.2",