From b3f80eba280e828645ede01525466e5c2a2d95cf Mon Sep 17 00:00:00 2001 From: Albert Szilvasy Date: Fri, 22 Nov 2024 15:16:07 -0800 Subject: [PATCH] update dependencies --- .../Autodesk.Forge.DesignAutomation.csproj | 4 ++-- tests/e2e/E2eTests.csproj | 8 ++++---- tests/e2e/Fixture.cs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj b/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj index 7fdc064..660dab8 100644 --- a/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj +++ b/src/Autodesk.Forge.DesignAutomation/Autodesk.Forge.DesignAutomation.csproj @@ -2,11 +2,11 @@ Client sdk for Forge DesignAutomation API - 6.0.1 + 6.0.2 - + diff --git a/tests/e2e/E2eTests.csproj b/tests/e2e/E2eTests.csproj index b4283d3..0bd0f72 100644 --- a/tests/e2e/E2eTests.csproj +++ b/tests/e2e/E2eTests.csproj @@ -18,10 +18,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers diff --git a/tests/e2e/Fixture.cs b/tests/e2e/Fixture.cs index ec04ca3..6ca6af2 100644 --- a/tests/e2e/Fixture.cs +++ b/tests/e2e/Fixture.cs @@ -38,7 +38,7 @@ public Fixture() .AddJsonFile("appsettings.json") .AddJsonFile($"appsettings.user.json", optional: true) .AddEnvironmentVariables() - .AddForgeAlternativeEnvironmentVariables() + .AddAPSAlternativeEnvironmentVariables() .Build(); DataFolder = Path.Combine(Environment.CurrentDirectory, "../../../data/");